mirror of
https://github.com/edgecase/ruby_koans.git
synced 2026-04-14 23:13:20 -04:00
Merge pull request #3 from derekgottlieb/replace-watchr-with-observr
Replace unmaintained watchr gem with observr fork
This commit is contained in:
@@ -142,14 +142,14 @@ If you prefer, you can keep the koans running in the background so that after yo
|
|||||||
make a change in your editor, the koans will immediately run again. This will
|
make a change in your editor, the koans will immediately run again. This will
|
||||||
hopefully keep your focus on learning Ruby instead of on the command line.
|
hopefully keep your focus on learning Ruby instead of on the command line.
|
||||||
|
|
||||||
Install the Ruby gem (library) called +watchr+ and then ask it to
|
Install the Ruby gem (library) called +observr+ and then ask it to
|
||||||
"watch" the koans for changes:
|
"watch" the koans for changes:
|
||||||
|
|
||||||
cd ruby_koans
|
cd ruby_koans
|
||||||
rake
|
rake
|
||||||
# decide to run rake automatically from now on as you edit
|
# decide to run rake automatically from now on as you edit
|
||||||
gem install watchr
|
gem install observr
|
||||||
watchr ./koans/koans.watchr
|
observr ./koans/koans.watchr
|
||||||
|
|
||||||
== Inspiration
|
== Inspiration
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user