layout | title | permalink |
---|---|---|
page |
Setup |
/setup/ |
You need to download some files to follow this lesson:
-
Download [make-lesson.zip][zip-file].
-
Move
make-lesson.zip
into a directory which you can access via your bash shell. -
Open a Bash shell window.
-
Navigate to the directory where you downloaded the file.
-
Unpack
make-lesson.zip
:$ unzip make-lesson.zip
{: .source}
-
Change into the
make-lesson
directory:$ cd make-lesson
{: .source}
[zip-file]: {{ site.github.url }}/files/make-lesson.zip