mirror of
https://github.com/mumble-voip/grumble.git
synced 2025-12-20 06:10:00 -08:00
grumble: move grumble cmd to 'cmd/grumble' instead of the source tree root.
This commit is contained in:
parent
8302bb2b08
commit
ef533d8f2b
19 changed files with 2 additions and 2 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1,4 +1,4 @@
|
||||||
grumble
|
cmd/grumble/grumble
|
||||||
.DS_Store
|
.DS_Store
|
||||||
*.[568ao]
|
*.[568ao]
|
||||||
*.ao
|
*.ao
|
||||||
|
|
|
||||||
|
|
@ -24,6 +24,6 @@ and on Windows, do something like this (for cmd.exe):
|
||||||
|
|
||||||
Then, it's time to install Grumble. The following line should do the trick:
|
Then, it's time to install Grumble. The following line should do the trick:
|
||||||
|
|
||||||
$ go get mumble.info/grumble
|
$ go get mumble.info/grumble/cmd/grumble
|
||||||
|
|
||||||
And that should be it. Grumble has been built, and is available in $GOPATH/bin as 'grumble'.
|
And that should be it. Grumble has been built, and is available in $GOPATH/bin as 'grumble'.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue