From 7662a44f3425ec23e9b1f2213ccb67f328de0920 Mon Sep 17 00:00:00 2001 From: Jens Date: Sat, 21 Mar 2020 11:02:34 +0100 Subject: [PATCH] Fix installation instructions for source --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a3adcb408..52d40768d 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ npm install --global auspice Or install auspice from source: ```bash -git checkout https://github.com/nextstrain/auspice.git +git clone https://github.com/nextstrain/auspice.git cd auspice npm install --global . ```