Skip to content

Commit

Permalink
Merge pull request #1010 from terrycojones/install-typo
Browse files Browse the repository at this point in the history
s/source/conda/ in install docs
  • Loading branch information
jameshadfield authored Mar 27, 2020
2 parents dc6cef3 + edf1c66 commit e0aebb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs-src/docs/introduction/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit e0aebb2

Please sign in to comment.