From 3f584f7a22cdb527f2beaf316c7f59ad7361839d Mon Sep 17 00:00:00 2001 From: Brendan Rius Date: Thu, 10 Aug 2017 17:22:37 +0200 Subject: [PATCH] Updated README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f6c212a..bd89046 100644 --- a/README.md +++ b/README.md @@ -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