You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cmd/wf/README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,9 +33,9 @@ Download the [64-bit](https://github.com/writeas/writeas-cli/releases/download/v
33
33
**Linux (other)**<br />
34
34
Download the [64-bit](https://github.com/writeas/writeas-cli/releases/download/v2.0.0/wf_1.0.0_linux_amd64.tar.gz) or [32-bit](https://github.com/writeas/writeas-cli/releases/download/v2.0.0/wf_1.0.0_linux_386.tar.gz) executable and put it somewhere in your `$PATH`, like `/usr/local/bin`.
35
35
36
-
### Go get it
36
+
### Install with Go
37
37
```bash
38
-
go get github.com/writeas/writeas-cli/cmd/wf
38
+
go install github.com/writeas/writeas-cli/cmd/wf
39
39
```
40
40
41
41
Once this finishes, you'll see `wf` or `wf.exe` inside `$GOPATH/bin/`.
@@ -44,10 +44,10 @@ Once this finishes, you'll see `wf` or `wf.exe` inside `$GOPATH/bin/`.
44
44
45
45
To upgrade the CLI, download and replace the executable you downloaded before.
46
46
47
-
If you previously installed with `go get`, run it again with the `-u` option.
47
+
If you previously installed with `go install`, simply run it again.
Download the [64-bit](https://github.com/writeas/writeas-cli/releases/download/v2.0.0/writeas_2.0.0_linux_amd64.tar.gz) or [32-bit](https://github.com/writeas/writeas-cli/releases/download/v2.0.0/writeas_2.0.0_linux_386.tar.gz) executable and put it somewhere in your `$PATH`, like `/usr/local/bin`.
41
41
42
-
### Go get it
42
+
### Install with Go
43
43
```bash
44
-
go get github.com/writeas/writeas-cli/cmd/writeas
44
+
go install github.com/writeas/writeas-cli/cmd/writeas
45
45
```
46
46
47
47
Once this finishes, you'll see `writeas` or `writeas.exe` inside `$GOPATH/bin/`.
@@ -50,10 +50,10 @@ Once this finishes, you'll see `writeas` or `writeas.exe` inside `$GOPATH/bin/`.
50
50
51
51
To upgrade the CLI, download and replace the executable you downloaded before.
52
52
53
-
If you previously installed with `go get`, run it again with the `-u` option.
53
+
If you previously installed with `go install`, simply run it again.
54
54
55
55
```bash
56
-
go get -u github.com/writeas/writeas-cli/cmd/writeas
56
+
go install github.com/writeas/writeas-cli/cmd/writeas
0 commit comments