You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/explanation.md
+3-6Lines changed: 3 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -79,16 +79,17 @@ If you clicked on the "Source (1)" `li` then you should see this:
79
79
80
80
## Installing tutorials.github.com Locally
81
81
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:
Now you can browse to [http://localhost:4000](http://localhost:4000) and see the site running locally.
102
103
103
-
{% highlight sh %}
104
-
jekyll --server --auto
105
-
{% endhighlight %}
106
-
107
104
## Creating a New Tutorial
108
105
109
106
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