diff options
author | Tyler Mauthe <me@tylermauthe.com> | 2016-11-19 06:30:59 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-19 06:30:59 -0800 |
commit | d894368bbf08b896703e392071932eb3b9980bc9 (patch) | |
tree | 447879eb232d8eb0cf56e6b7e7e69eab8f4943c4 | |
parent | c55edd708398a40c9f8720ee560073462543de61 (diff) | |
parent | e0a6f6f87d7381f329ad0debe7136329d14c1ae4 (diff) |
Merge pull request #20 from ZJvandeWeg/ZJvandeWeg-patch-readme
More precise install instructions
-rw-r--r-- | README.md | 15 |
1 files changed, 13 insertions, 2 deletions
@@ -1,10 +1,21 @@ # [Smashing](https://github.com/dashing-io/smashing/wiki) -Smashing, the spiritual successor to Dashing, is a Sinatra based framework that lets you build excellent dashboards. It looks especially great on TVs. +Smashing, the spiritual successor to [Dashing](https://github.com/Shopify/dashing), is a Sinatra based framework that lets you build excellent dashboards. It looks especially great on TVs. **Installation**: -`gem install smashing` +```bash +$ gem install bundler +Fetching: bundler-X.X.X.gem (100%) +# <snip> +$ gem install smashing +Fetching: smashing-1.0.0.gem (100%) +# <snip> +$ smashing new my-project +create my-project +create my-project/.gitignore +# <snip> +``` [Check out our wiki](https://github.com/dashing-io/smashing/wiki). |