Skip to content

Commit 5749145

Browse files
committed
update README.md to version 0.7.5
1 parent be46d45 commit 5749145

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].4/kernel/* "."
57+
$ cp "$(go env GOPATH)"/pkg/mod/github.com/gopherdata/[email protected].5/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].4/kernel/* "."
98+
$ cp "$(go env GOPATH)"/pkg/mod/github.com/gopherdata/[email protected].5/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)