Skip to content

Commit 61f302c

Browse files
committed
version v0.7.4: update README.md
1 parent 71fc416 commit 61f302c

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 @@ Method 1: quick installation as module
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].3/kernel/* "."
57+
$ cp "$(go env GOPATH)"/pkg/mod/github.com/gopherdata/[email protected].4/kernel/* "."
5858
$ chmod +w ./kernel.json # in case copied kernel.json has no write permission
5959
$ sed "s|gophernotes|$(go env GOPATH)/bin/gophernotes|" < kernel.json.in > kernel.json
6060
```
@@ -95,7 +95,7 @@ Method 1: quick installation as module
9595
$ env GO111MODULE=on go get github.com/gopherdata/gophernotes
9696
$ mkdir -p ~/Library/Jupyter/kernels/gophernotes
9797
$ cd ~/Library/Jupyter/kernels/gophernotes
98-
$ cp "$(go env GOPATH)"/pkg/mod/github.com/gopherdata/[email protected].3/kernel/* "."
98+
$ cp "$(go env GOPATH)"/pkg/mod/github.com/gopherdata/[email protected].4/kernel/* "."
9999
$ chmod +w ./kernel.json # in case copied kernel.json has no write permission
100100
$ sed "s|gophernotes|$(go env GOPATH)/bin/gophernotes|" < kernel.json.in > kernel.json
101101
```

0 commit comments

Comments
 (0)