command-line-bootcamp / cli-boot.camp

:computer: command-line bootcamp adventure in your browser
https://cli-boot.camp/
Other
102 stars 51 forks source link

fixing inconsistencies #7

Closed jessicalumian closed 8 years ago

jessicalumian commented 8 years ago

This contains most of what I mentioned in my issue:

  1. Fixing path typos
  2. Adding a few temp file removal steps for files which are created but not displayed in later sections
  3. Changing a bit of wording to add detail
  4. Changing the destination of the temp3 file on page 17 in order to be consistent with the rmdir commands on the next page (or else an error flags up).

For most of these, I only changed the .md files. Let me know if the .html files in the guide directory also need to be changed.

blahah commented 8 years ago

Thanks very much for all this! The .html files are generated from the .md at deployment, so no need to edit those too.