mirror of
https://github.com/danbulant/api_docs
synced 2026-06-12 11:00:55 +00:00
Update Boot2docker information for OSX
This commit is contained in:
parent
47cca3d8e7
commit
65c3dbd544
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ docker run -d -p 4567:4567 --name slate -v $(pwd)/source:/app/source slate
|
|||
You can now see the docs at <http://localhost:4567>. Whoa! That was fast!
|
||||
|
||||
*Note: if you're using the Docker setup on OSX, the docs will be
|
||||
availalable at the output of `boot2docker ip` instead of `localhost:4567`.*
|
||||
available at the output of `docker-machine ip <machine-name>` (port: 4567) instead of `localhost:4567`.*
|
||||
|
||||
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).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue