Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aviflombaum committed Apr 26, 2015
1 parent a29e6e0 commit fb51636
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,7 @@ If you get:
-bash: learn: command not found
```

You need to install learn. Do that via

* `gem sources -a http://flatiron:33west26@gems.flatironschool.com`

* `gem install learn-co`
You need to install learn. Do that via: `gem install learn-co` in your command line.

Upon the first run of the test suite you should see:

Expand All @@ -44,5 +40,5 @@ Finished in 0.00048 seconds
To solve this error, create a local variable, "greeting" in the `variable.rb` file. Set this variable equal to the string "Hello World". Run `learn` to see if you did this correctly.

## Resources
* [Learn to Program](http://books.flatironschool.com/books/43) - [Chapter 4 Variables and Assignment](http://books.flatironschool.com/books/43?page=31), page 31
* [The RSpec Book](http://books.flatironschool.com/books/20) - [2.2 Hello RSpec](http://books.flatironschool.com/books/20?page=31), page 31
* [Learn to Program](https://pine.fm/LearnToProgram/chap_03.html)
* [Introduction to RSpec](http://blog.teamtreehouse.com/an-introduction-to-rspec)

0 comments on commit fb51636

Please sign in to comment.