Skip to content

Commit fb51636

Browse files
committed
Update README.md
1 parent a29e6e0 commit fb51636

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

README.md

+3-7
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,7 @@ If you get:
1616
-bash: learn: command not found
1717
```
1818

19-
You need to install learn. Do that via
20-
21-
* `gem sources -a http://flatiron:[email protected]`
22-
23-
* `gem install learn-co`
19+
You need to install learn. Do that via: `gem install learn-co` in your command line.
2420

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

@@ -44,5 +40,5 @@ Finished in 0.00048 seconds
4440
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.
4541

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

0 commit comments

Comments
 (0)