Fix cargo install instructions (#59)

"git checkout" -> "git clone" and install both client and server for consistency with other install methods
pull/67/head
dbr/Ben 2021-04-24 01:30:03 +10:00 committed by GitHub
parent 378aa8383c
commit 2f18ff8e10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -178,9 +178,10 @@ brew install tonarino/innernet/innernet
### Cargo ### Cargo
```sh ```sh
git checkout https://github.com/tonarino/innernet git clone https://github.com/tonarino/innernet
cd innernet cd innernet
cargo install --path client cargo install --path client
cargo install --path server
``` ```
## Development ## Development