From 2f18ff8e10edc43d7cef5d5694cc1c4146f8597c Mon Sep 17 00:00:00 2001 From: dbr/Ben Date: Sat, 24 Apr 2021 01:30:03 +1000 Subject: [PATCH] Fix cargo install instructions (#59) "git checkout" -> "git clone" and install both client and server for consistency with other install methods --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0be9c58..92229ed 100644 --- a/README.md +++ b/README.md @@ -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