10000 Merge pull request #29 from ryan-williams/patch-1 · notablemind/jupyter-nodejs@2b7982f · GitHub
[go: up one dir, main page]

Skip to content

Commit 2b7982f

Browse files
authored
Merge pull request #29 from ryan-williams/patch-1
add missing `cd` command to installation
2 parents 40bea3a + e55d77f commit 2b7982f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Get it while it's hot! or view the [example notebook](http://nbviewer.ipython.or
1111
## Installation
1212
```bash
1313
git clone git@github.com:notablemind/jupyter-nodejs.git
14+
cd jupyter-nodejs
1415
mkdir -p ~/.ipython/kernels/nodejs/
1516
npm install && node install.js
1617
make

0 commit comments

Comments
 (0)
0