From f08bbc16148a6eecf0c0166ce95cbdf956306209 Mon Sep 17 00:00:00 2001 From: Tyler Mauthe Date: Sat, 19 Nov 2016 13:00:20 -0800 Subject: Update README.md Further clarification of installation and new project instructions. --- README.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index fbf50a4..7458a0a 100644 --- a/README.md +++ b/README.md @@ -5,16 +5,18 @@ Smashing, the spiritual successor to [Dashing](https://github.com/Shopify/dashin **Installation**: ```bash +# Install bundler $ gem install bundler -Fetching: bundler-X.X.X.gem (100%) -# +# Install smashing $ gem install smashing -Fetching: smashing-1.0.0.gem (100%) -# +# Create a new project $ smashing new my-project -create my-project -create my-project/.gitignore -# +# Change Directory into the project +$ cd my-project +# Install the bundle of project specific gems +$ bundle +# Start the example dashboard! +$ smashing start ``` [Check out our wiki](https://github.com/dashing-io/smashing/wiki). -- cgit v1.2.3