Skip to content

Commit 5a3b5d7

Browse files
authored
Merge pull request #86 from kortschak/install
doc: use go get for install
2 parents 70f0581 + 40babb9 commit 5a3b5d7

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)