Skip to content

Commit

Permalink
Because, seriously.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcasimir committed Sep 26, 2014
1 parent b84a73d commit 6ea38a2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# gSchool Blog
# Turing Student Blog

1. Fork the repository to your own account and then clone it to your machine:

```
$ git clone [email protected]:YOURNAME/gschool-blog.git
$ git clone [email protected]:YOURNAME/turing-blog.git
```

1. Use bundler to install all of the dependencies

```
$ cd gschool-blog
$ cd turing-blog
$ bundle install
```

Expand Down Expand Up @@ -37,13 +37,13 @@ for more information about adding dates and tags to each article.
$ git commit -m "Removed old articles"
```

1. Create your first article.
1. Create your first article with some title:

```
$ middleman article "gSchool - Week 0"
$ middleman article "First Article"
```

1. Write an article with your recap/reflections of the first week.
1. Add your content to the generated file.

1. Save the article

Expand Down

0 comments on commit 6ea38a2

Please sign in to comment.