File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ $ jupyter --data-dir
7272If you can only compile gophernotes with Go <= 1.10.1 on Mac, consider using the [ Docker] ( #docker ) install and run gophernotes/Jupyter in Docker.
7373
7474``` sh
75- $ go get github.com/gopherdata/gophernotes
75+ $ go get -u github.com/gopherdata/gophernotes
7676$ mkdir -p ~ /Library/Jupyter/kernels/gophernotes
7777$ cp $GOPATH /src/github.com/gopherdata/gophernotes/kernel/* ~ /Library/Jupyter/kernels/gophernotes
7878```
@@ -105,7 +105,7 @@ Then:
105105
106106 ```
107107 REM Download w/o building.
108- go get -d github.com/gopherdata/gophernotes
108+ go get -d -u github.com/gopherdata/gophernotes
109109 cd %GOPATH%\src\github.com\gopherdata\gophernotes\zmq-win
110110
111111 REM Build x64 version.
You can’t perform that action at this time.
0 commit comments