You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-2
Original file line number
Diff line number
Diff line change
@@ -70,13 +70,17 @@ You can now see the docs at http://localhost:4567. Whoa! That was fast!
70
70
+available at the IP of your docker host. If you're using docker-machine you can
71
71
+retrieve it with `docker-machine ip <your_machine_name>`*
72
72
73
+
*Note: if you're using the Docker setup on OSX, the docs will be
74
+
available at the output of `docker-machine ip <machine-name>` (port: 4567) instead of `localhost:4567`.*
75
+
73
76
#### Via Vagrant
74
77
```shell
75
78
vagrant up
76
79
```
77
80
78
81
You can now see the docs at http://localhost:4567.
79
82
83
+
80
84
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).
81
85
82
86
Examples of Slate in the Wild
@@ -85,7 +89,6 @@ Examples of Slate in the Wild
85
89
*[Travis-CI's API docs](https://docs.travis-ci.com/api/)
0 commit comments