From edf1c6620e1974fa0865c6561dbbaea143a34799 Mon Sep 17 00:00:00 2001 From: terrycojones Date: Fri, 27 Mar 2020 20:08:37 +0100 Subject: [PATCH] s/source/conda/ in install docs --- docs-src/docs/introduction/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs-src/docs/introduction/install.md b/docs-src/docs/introduction/install.md index 6e497d102..7bd3775a3 100644 --- a/docs-src/docs/introduction/install.md +++ b/docs-src/docs/introduction/install.md @@ -17,7 +17,7 @@ You can also use the Windows Subsystem Linux for a fuller Linux environment. ## Create a Conda Environment ```bash conda create --name auspice nodejs=10 -source activate auspice +conda activate auspice ``` > This parallels [the Nextstrain installation docs](https://nextstrain.org/docs/getting-started/local-installation#install-augur--auspice-with-conda-recommended).