diff --git a/README.md b/README.md index 8d4be53..02b4ef0 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,7 @@ TBW ## Install +curl ```sh curl -L -o gid.tar.gz https://github.com/k-nasa/gid/releases/download/0.1.0/gid_x86_64-apple-darwin.tar.gz @@ -59,6 +60,13 @@ tar -zxvf gid.tar.gz mv gid_x86_64-apple-darwin/gid /usr/local/bin ``` +cargo + + +```sh +cargo install --git https://github.com/k-nasa/gid.git +``` + ## Contribution 1. Fork it (http://github.com/k-nasa/gid)