Skip to content

Commit 6124cc7

Browse files
committed
version 0.6.1
1 parent c1c08c9 commit 6124cc7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Quick installation as module, requires Go 1.12+
5454
$ env GO111MODULE=on go get github.com/gopherdata/gophernotes
5555
$ mkdir -p ~/.local/share/jupyter/kernels/gophernotes
5656
$ cd ~/.local/share/jupyter/kernels/gophernotes
57-
$ cp "$(go env GOPATH)"/pkg/mod/github.com/gopherdata/[email protected].0/kernel/* "."
57+
$ cp "$(go env GOPATH)"/pkg/mod/github.com/gopherdata/[email protected].1/kernel/* "."
5858
$ sed "s|gophernotes|$(go env GOPATH)/bin/gophernotes|" < kernel.json.in > kernel.json
5959
```
6060

@@ -93,7 +93,7 @@ Quick installation as module, requires Go 1.12+
9393
$ env GO111MODULE=on go get github.com/gopherdata/gophernotes
9494
$ mkdir -p ~/Library/Jupyter/kernels/gophernotes
9595
$ cd ~/Library/Jupyter/kernels/gophernotes
96-
$ cp "$(go env GOPATH)"/pkg/mod/github.com/gopherdata/[email protected].0/kernel/* "."
96+
$ cp "$(go env GOPATH)"/pkg/mod/github.com/gopherdata/[email protected].1/kernel/* "."
9797
$ sed "s|gophernotes|$(go env GOPATH)/bin/gophernotes|" < kernel.json.in > kernel.json
9898
```
9999

0 commit comments

Comments
 (0)