Skip to content

Commit 3a69e36

Browse files
committed
update README.md for version 0.7.1
1 parent 4ee426e commit 3a69e36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Quick installation as module, requires Go 1.12+
5151
$ env GO111MODULE=on go get github.com/gopherdata/gophernotes
5252
$ mkdir -p ~/.local/share/jupyter/kernels/gophernotes
5353
$ cd ~/.local/share/jupyter/kernels/gophernotes
54-
$ cp "$(go env GOPATH)"/pkg/mod/github.com/gopherdata/gophernotes@v0.7.0/kernel/* "."
54+
$ cp "$(go env GOPATH)"/pkg/mod/github.com/gopherdata/gophernotes@v0.7.1/kernel/* "."
5555
$ chmod +w ./kernel.json # in case copied kernel.json has no write permission
5656
$ sed "s|gophernotes|$(go env GOPATH)/bin/gophernotes|" < kernel.json.in > kernel.json
5757
```
@@ -92,7 +92,7 @@ Quick installation as module, requires Go 1.12+
9292
$ env GO111MODULE=on go get github.com/gopherdata/gophernotes
9393
$ mkdir -p ~/Library/Jupyter/kernels/gophernotes
9494
$ cd ~/Library/Jupyter/kernels/gophernotes
95-
$ cp "$(go env GOPATH)"/pkg/mod/github.com/gopherdata/gophernotes@v0.7.0/kernel/* "."
95+
$ cp "$(go env GOPATH)"/pkg/mod/github.com/gopherdata/gophernotes@v0.7.1/kernel/* "."
9696
$ chmod +w ./kernel.json # in case copied kernel.json has no write permission
9797
$ sed "s|gophernotes|$(go env GOPATH)/bin/gophernotes|" < kernel.json.in > kernel.json
9898
```

0 commit comments

Comments
 (0)