comparison README.md @ 47:69fc0b9c02b8

Update README.md
author Brendan Rius <brendan.rius@gmail.com>
date Wed, 08 Jun 2016 11:44:17 +0100
parents 59cf2351e933
children 8a8a9952c887
comparison
equal deleted inserted replaced
46:59cf2351e933 47:69fc0b9c02b8
36 that: 36 that:
37 37
38 ```bash 38 ```bash
39 git clone https://github.com/brendan-rius/jupyter-c-kernel.git 39 git clone https://github.com/brendan-rius/jupyter-c-kernel.git
40 cd jupyter-c-kernel 40 cd jupyter-c-kernel
41 docker run -v $(pwd):/jupter/jupyter_c_kernel/ -p 8888:8888 brendanrius/jupyter-c-kernel 41 docker run -v $(pwd):/jupyter/jupyter_c_kernel/ -p 8888:8888 brendanrius/jupyter-c-kernel
42 ``` 42 ```
43 43
44 This clones the source, run the kernel, and binds the current folder (the one 44 This clones the source, run the kernel, and binds the current folder (the one
45 you just cloned) to eh corresponding folder in Docker. 45 you just cloned) to eh corresponding folder in Docker.
46 Now, if you change the source, it will be reflected in [http://localhost:8888](http://localhost:8888) 46 Now, if you change the source, it will be reflected in [http://localhost:8888](http://localhost:8888)