From 65c3dbd5442b5abc856738a85220b9c1e03ad8b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Benaiteau?= Date: Fri, 8 Jan 2016 12:31:33 +0100 Subject: [PATCH] Update Boot2docker information for OSX --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e22c3c..d6a01c3 100644 --- a/README.md +++ b/README.md @@ -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 . 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 ` (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).