Skip to content

Commit 6679c8a

Browse files
authored
Merge pull request #141 from AlekSi/patch-1
Add `-u` to all `go get` commands
2 parents 938b19b + a63be8c commit 6679c8a

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
@@ -72,7 +72,7 @@ $ jupyter --data-dir
7272
If you can only compile gophernotes with Go <= 1.10.1 on Mac, consider using the [Docker](#docker) install and run gophernotes/Jupyter in Docker.
7373

7474
```sh
75-
$ go get github.com/gopherdata/gophernotes
75+
$ go get -u github.com/gopherdata/gophernotes
7676
$ mkdir -p ~/Library/Jupyter/kernels/gophernotes
7777
$ cp $GOPATH/src/github.com/gopherdata/gophernotes/kernel/* ~/Library/Jupyter/kernels/gophernotes
7878
```
@@ -105,7 +105,7 @@ Then:
105105

106106
```
107107
REM Download w/o building.
108-
go get -d github.com/gopherdata/gophernotes
108+
go get -d -u github.com/gopherdata/gophernotes
109109
cd %GOPATH%\src\github.com\gopherdata\gophernotes\zmq-win
110110
111111
REM Build x64 version.

0 commit comments

Comments
 (0)