Updated README

This commit is contained in:
Brendan Rius 2017-08-10 17:22:37 +02:00
parent cba22be395
commit 3f584f7a22

View File

@ -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