1
0
mirror of https://github.com/tonarino/innernet.git synced 2025-02-15 14:03:37 +02:00

Fix cargo install instructions (#59)

"git checkout" -> "git clone" and install both client and server for consistency with other install methods
This commit is contained in:
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

View File

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