-
-
Notifications
You must be signed in to change notification settings - Fork 147
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #51 from CodeYourFuture/tweaks
Misc tweaks - copy edit, update link, add submission instructions
- Loading branch information
Showing
3 changed files
with
28 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
console.log(`Here's what you need to do: | ||
1. Touch a file called answer.txt by typing: | ||
1. Create a file called answer.txt by typing: | ||
touch answer.txt | ||
2. Check this by listing all the files in this folder: | ||
ls -a | ||
2. Now change directory to the Who folder and find the answer`) | ||
2. Now change directory to the Who folder and find the answer`) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
console.log(`You got here by typing a relative path. | ||
Learn more about changing directory here: | ||
https://alligator.io/workflow/command-line-basics-changing-directories/ | ||
https://phoenixnap.com/kb/linux-cd-command | ||
Now change directory to ./How and get your next clue. | ||
`) | ||
`) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters