Skip to content

Commit

Permalink
Merge pull request #282 from jalyna/fix-touristic-autism-post
Browse files Browse the repository at this point in the history
Fix div closing in touristic autism intro
  • Loading branch information
vesan committed Apr 24, 2016
2 parents 8a4fce0 + 33ceb0c commit 1235536
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions _posts/2014-05-29-touristic-autism_intro.markdown
Expand Up @@ -25,16 +25,14 @@ The basic guides that have been merged and adapted are the [Ruby on Rails Tutori
### [*0.*Installation](/install)

**Make sure you have Rails and Git installed.** [**Follow the installation guide**](/install), the [**Installing Git section of Pro Git**](http://www.git-scm.com/book/en/Getting-Started-Installing-Git) to get set up. Then configure GitHub by typing the following in your terminal:
<div class="os-specific">
<div class="nix">

{% highlight sh %}
$ git config --global user.name "Your Name"
$ git config --global user.email your.email@example.com
{% endhighlight %}

<div>
<p>one-time setup steps for GitHub.</p>
</div>

Sign up for a [free GitHub account](https://github.com/signup/free) if you don’t have one already.


Expand Down

0 comments on commit 1235536

Please sign in to comment.