diff options
| author | Teddy Wing | 2013-04-07 01:33:03 -0400 |
|---|---|---|
| committer | Teddy Wing | 2013-04-07 01:33:03 -0400 |
| commit | 941bd75d7c3d17e26b88ebd90d658baec2ed5ed9 (patch) | |
| tree | 9ef0a9522053c1fbc4deb434f9c2f96c3f9d3ead | |
| parent | 793535261248be90908681b6712f29e1a02da579 (diff) | |
| download | clips-941bd75d7c3d17e26b88ebd90d658baec2ed5ed9.tar.bz2 | |
Add a note to the README about using racksh for a shell
| -rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |
