-
At the root directory of the projet, create a directory named "books":
mkdir books
-
Download the book below and save it as a .txt file in the newly created directory "books".
cd books curl -o frankenstein.txt https://raw.githubusercontent.com/asweigart/codebreaker/master/frankenstein.txt
Source: