Skip to content

Commit

Permalink
Update setup.md
Browse files Browse the repository at this point in the history
add some more text about wget and curl and added missing # for comment
  • Loading branch information
ggrimes authored Aug 22, 2024
1 parent 4012dc4 commit 28c7d9c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions learners/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,11 @@ To install conda see [here](https://carpentries-incubator.github.io/introduction
An environment file is provided here [environment.yml](https://raw.githubusercontent.com/carpentries-incubator/workflows-nextflow/main/episodes/data/environment.yml)

```bash
wget
# You can use either wget or curl to download content from the web via the command line.
# wget
wget https://raw.githubusercontent.com/carpentries-incubator/workflows-nextflow/main/episodes/data/environment.yml

# or curl
# curl
curl -L -o environment.yml https://raw.githubusercontent.com/carpentries-incubator/workflows-nextflow/main/episodes/data/environment.yml
```

Expand Down

0 comments on commit 28c7d9c

Please sign in to comment.