changeset 62:775e15a2e2de

Updated README
author Brendan Rius <brendan.rius@gmail.com>
date Thu, 10 Aug 2017 17:22:37 +0200
parents f07ad089f063
children dcc9eecfc666
files README.md
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/README.md	Thu Aug 10 17:13:34 2017 +0200
+++ b/README.md	Thu Aug 10 17:22:37 2017 +0200
@@ -3,8 +3,8 @@
 ## Use with Docker (recommended)
 
  * `docker pull brendanrius/jupyter-c-kernel`
- * `docker run -d -p 8888:8888 brendanrius/jupyter-c-kernel`
- * Go to [http://localhost:8888](http://localhost:8888) (or your VM address if you are using Docker Machine)
+ * `docker run -p 8888:8888 brendanrius/jupyter-c-kernel`
+ * Copy the given URL containing the token, and browse to it.
 
 ## Manual installation