Skip to content

Commit

Permalink
Explain how to download from the shell
Browse files Browse the repository at this point in the history
  • Loading branch information
bkmgit authored Apr 11, 2024
1 parent 998f0f7 commit 0159266
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion episodes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ This Library Carpentry lesson introduces librarians to the Unix Shell. At the co

## Prerequisites

To complete this lesson, you will need a Unix-like shell environment -see [Setup](learners/setup.md). You will also need to download the file **[shell-lesson.zip](data/shell-lesson.zip)** to your *desktop* and extract it there (once you have unzipped/extracted the file, you should end up with a folder called "shell-lesson").
To complete this lesson, you will need a Unix-like shell environment -see [Setup](learners/setup.md). You will also need to download the file **[shell-lesson.zip](data/shell-lesson.zip)** to your *desktop* and extract it there (once you have unzipped/extracted the file, you should end up with a folder called "shell-lesson"). If using the command line, you can download the file using
```
$ curl -O https://bkmgit.github.io/lc-shell/data/shell-lesson.zip
$ unzip shell-lesson.zip -d shell-lesson
```

::::::::::::::::::::::::::::::::::::::::::::::::::

0 comments on commit 0159266

Please sign in to comment.