-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Use forked version of go-git instead of replace module * Update go source installation docs
- Loading branch information
1 parent
0a25c5a
commit 939e604
Showing
4 changed files
with
11 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -50,10 +50,11 @@ is available on your `$PATH` (check with `woke --version`). | |
Install the go toolchain: <https://golang.org/doc/install> | ||
|
||
```bash | ||
go get -u github.com/get-woke/woke | ||
``` | ||
go install github.com/get-woke/woke@latest | ||
|
||
`woke` will be installed to `$GOPATH/bin/woke`. | ||
# Or pin a specific version | ||
go install github.com/get-woke/[email protected] | ||
``` | ||
|
||
## Docker | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters