From e0a6f6f87d7381f329ad0debe7136329d14c1ae4 Mon Sep 17 00:00:00 2001 From: Zeger-Jan van de Weg Date: Fri, 18 Nov 2016 16:40:33 +0100 Subject: More precise install instructions --- README.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4cad882..fbf50a4 100644 --- a/README.md +++ b/README.md @@ -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%) +# +$ gem install smashing +Fetching: smashing-1.0.0.gem (100%) +# +$ smashing new my-project +create my-project +create my-project/.gitignore +# +``` [Check out our wiki](https://github.com/dashing-io/smashing/wiki). -- cgit v1.2.3