From febfe3bc579d77130570ba7d12fcf404326b0f7d Mon Sep 17 00:00:00 2001 From: popcorny Date: Tue, 8 Mar 2022 16:06:17 +0800 Subject: [PATCH] Homebrew support Signed-off-by: popcorny Co-authored-by: wcchang --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index b285fc1..289aaf4 100644 --- a/README.md +++ b/README.md @@ -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