Skip to content

Commit

Permalink
Merge pull request swcarpentry#605 from prwolfe/fixIssue508
Browse files Browse the repository at this point in the history
_episodes/04-changes.md: correct starting directory verbage
verified PR for accuracy, scope, syntax, and proper rendering.
  • Loading branch information
kekoziar authored Jul 4, 2019
2 parents 2845f0e + 34bc09d commit 08b3bae
Showing 1 changed file with 1 addition and 21 deletions.
22 changes: 1 addition & 21 deletions _episodes/04-changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,28 +22,8 @@ First let's make sure we're still in the right directory.
You should be in the `planets` directory.

~~~
$ pwd
$ cd ~/Desktop/planets
~~~
{: .language-bash}
~~~
/home/vlad/Desktop/planets
~~~
{: .output}

If you are still in `moons`, navigate back up to `planets`

~~~
$ pwd
~~~
{: .language-bash}
~~~
/home/vlad/Desktop/planets/moons
~~~
{: .output}
~~~
$ cd ..
~~~
{: .language-bash}

Let's create a file called `mars.txt` that contains some notes
about the Red Planet's suitability as a base.
Expand Down

0 comments on commit 08b3bae

Please sign in to comment.