Skip to content

Commit

Permalink
Merge pull request #23 from bewt85/bt5_fix_Unix_paths
Browse files Browse the repository at this point in the history
Minor change to paths in Unix course
  • Loading branch information
martinghunt committed Dec 21, 2015
2 parents 2e9a855 + b36144a commit 078a16b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Notebooks/Unix/basic/basic.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"It should say something like `cd /home/manager/Module_3_Scripting/Unix/basic`. Type whatever it said into your terminal and press `Enter`.\n",
"It should say something like `cd /home/manager/Module_3_Linux_Scripting/basic`. Type whatever it said into your terminal and press `Enter`.\n",
"\n",
"Then continue through the course, entering any commands that you encounter into your terminal window. \n",
"\n",
Expand Down
2 changes: 1 addition & 1 deletion Notebooks/Unix/index.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"source": [
"Now open a new terminal on your computer and type the command that was output by the previous cell followed by the enter key. The command will look similar to this:\n",
"\n",
" cd /home/username/Unix_course/Notebooks/Unix"
" cd /home/manager/Module_3_Linux_Scripting"
]
},
{
Expand Down

0 comments on commit 078a16b

Please sign in to comment.