Skip to content

Commit 40babb9

Browse files
committed
doc: use go get for install
1 parent 517aa1f commit 40babb9

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
@@ -44,7 +44,7 @@
4444
### Linux
4545

4646
```sh
47-
$ go install github.com/gopherdata/gophernotes
47+
$ go get -u github.com/gopherdata/gophernotes
4848
$ mkdir -p ~/.local/share/jupyter/kernels/gophernotes
4949
$ cp $GOPATH/src/github.com/gopherdata/gophernotes/kernel/* ~/.local/share/jupyter/kernels/gophernotes
5050
```
@@ -67,7 +67,7 @@ $ jupyter --data-dir
6767
**Important Note** - gomacro relies on the `plugin` package when importing third party libraries. This package is only supported on Linux currently. Thus, if you need to utilize third party packages in your Go notebooks and you are running on Mac, you should use the [Docker](#docker) install and run gophernotes/Jupyter in Docker.
6868

6969
```sh
70-
$ go install github.com/gopherdata/gophernotes
70+
$ go get github.com/gopherdata/gophernotes
7171
$ mkdir -p ~/Library/Jupyter/kernels/gophernotes
7272
$ cp $GOPATH/src/github.com/gopherdata/gophernotes/kernel/* ~/Library/Jupyter/kernels/gophernotes
7373
```

0 commit comments

Comments
 (0)