Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
k-nasa committed Apr 9, 2022
1 parent 01cc7db commit fc974d3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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)
Expand Down

0 comments on commit fc974d3

Please sign in to comment.