Skip to content

Commit 384ef4b

Browse files
author
Tom Clark
committed
Fixed a broken link and grammar cleanup
1 parent 4a5eb51 commit 384ef4b

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

pages/explanation.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -79,16 +79,17 @@ If you clicked on the "Source (1)" `li` then you should see this:
7979

8080
## Installing tutorials.github.com Locally
8181

82-
First we need to [https://github.com/tutorials/tutorials.github.com/fork_select](fork the repo). Then we need to clone it:
82+
First you need to [fork the repo](https://github.com/tutorials/tutorials.github.com/fork_select). Then you need to clone your fork and checkout a topic-branch:
8383

8484
{% highlight sh %}
8585
git clone [email protected]:some_user/tutorials.github.com.git
86+
cd tutorials.github.com
87+
git checkout -b my-awesome-tutorial
8688
{% endhighlight %}
8789

8890
Now we need to install some gems using bundler:
8991

9092
{% highlight sh %}
91-
cd tutorials.github.com
9293
bundle
9394
{% endhighlight %}
9495

@@ -100,10 +101,6 @@ jekyll --server --auto
100101

101102
Now you can browse to [http://localhost:4000](http://localhost:4000) and see the site running locally.
102103

103-
{% highlight sh %}
104-
jekyll --server --auto
105-
{% endhighlight %}
106-
107104
## Creating a New Tutorial
108105

109106
Creating a new tutorial is easy. All you need to do is create a new file in the `pages` directory, but it's a lot easier if you just start from the `template.md` file:

0 commit comments

Comments
 (0)