Skip to content

Commit

Permalink
Small readme improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
lord committed Jan 27, 2016
1 parent ac9cb0a commit d6a7b5f
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down

0 comments on commit d6a7b5f

Please sign in to comment.