aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2013-04-07 01:33:03 -0400
committerTeddy Wing2013-04-07 01:33:03 -0400
commit941bd75d7c3d17e26b88ebd90d658baec2ed5ed9 (patch)
tree9ef0a9522053c1fbc4deb434f9c2f96c3f9d3ead
parent793535261248be90908681b6712f29e1a02da579 (diff)
downloadclips-941bd75d7c3d17e26b88ebd90d658baec2ed5ed9.tar.bz2
Add a note to the README about using racksh for a shell
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index ca1052b..b11326b 100644
--- a/README.md
+++ b/README.md
@@ -14,6 +14,11 @@ Use [Rerun](https://github.com/rerun/rerun) to auto-restart the server when the
$ rerun -- rackup
+A great shell you can use is [Racksh](https://github.com/sickill/racksh). Start it and you can inspect the `Clip` model.
+
+ $ racksh
+ $ Clip::Models::Clip.all
+
# License
Clips is licensed under the MIT License. See the included LICENSE file.