From d6a7b5ff9750a735e74be82d7b932adc2daebcd9 Mon Sep 17 00:00:00 2001 From: Robert Lord Date: Wed, 27 Jan 2016 16:48:16 -0600 Subject: [PATCH] Small readme improvement --- README.md | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index ddb48ba..2c350f5 100644 --- a/README.md +++ b/README.md @@ -49,22 +49,16 @@ You're going to need: 3. `cd slate` 4. Initialize and start Slate. You can either do this locally, or with Vagrant: -#### Locally - ```shell +# either run this to run locally bundle install bundle exec middleman server -``` -You can now see the docs at http://localhost:4567. Whoa! That was fast! - -#### Via Vagrant -```shell +# OR run this to run with vagrant vagrant up ``` -You can now see the docs at http://localhost:4567. - +You can now see the docs at http://localhost:4567. Whoa! That was fast! Now that Slate is all set up your machine, you'll probably want to learn more about [editing Slate markdown](https://github.com/tripit/slate/wiki/Markdown-Syntax), or [how to publish your docs](https://github.com/tripit/slate/wiki/Deploying-Slate).