Skip to content

Commit febfe3b

Browse files
Homebrew support
Signed-off-by: popcorny <celu@infuseai.io> Co-authored-by: wcchang <wcchang@infuseai.io>
1 parent cf5d2ef commit febfe3b

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,18 @@ To store and share large files, we may use NFS or object storage (e.g. s3, MinIO
99
# Quick Start
1010

1111
## Install ArtiV
12+
13+
**Install from Release Page**
14+
1215
Download the latest ArtiV in the [release](https://github.com/InfuseAI/ArtiV/releases) page
1316

17+
**Install by homebrew**
18+
19+
```
20+
brew tap infuseai/artiv
21+
brew install artiv
22+
```
23+
1424
## Push data
1525
1. Select the bucket and path to put your versioned data. Here we use `s3://mybucket/path/to/repo`. You can use local repository instead (e.g. `/path/to/repo`)
1626
1. Prepare the `~/.aws/credentials` if you use the S3 repository

0 commit comments

Comments
 (0)