8000 add missing `cd` command to installation · notablemind/jupyter-nodejs@e55d77f · GitHub
[go: up one dir, main page]

Skip to content

Commit e55d77f

Browse files
add missing cd command to installation
1 parent e21e4e7 commit e55d77f

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