Skip to content

Commit

Permalink
Homebrew support
Browse files Browse the repository at this point in the history
Signed-off-by: popcorny <[email protected]>
Co-authored-by: wcchang <[email protected]>
  • Loading branch information
popcornylu and wcchang1115 committed Mar 8, 2022
1 parent cf5d2ef commit febfe3b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,18 @@ To store and share large files, we may use NFS or object storage (e.g. s3, MinIO
# Quick Start

## Install ArtiV

**Install from Release Page**

Download the latest ArtiV in the [release](https://github.com/InfuseAI/ArtiV/releases) page

**Install by homebrew**

```
brew tap infuseai/artiv
brew install artiv
```

## Push data
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`)
1. Prepare the `~/.aws/credentials` if you use the S3 repository
Expand Down

0 comments on commit febfe3b

Please sign in to comment.