mirror of
https://github.com/nicksherron/bashhub-server.git
synced 2024-12-28 19:03:49 +08:00
README update for go install option
This commit is contained in:
parent
e7041b2b9a
commit
872bacdcee
2 changed files with 6 additions and 1 deletions
|
@ -28,6 +28,11 @@ $ brew install bashhub-server/latest/bashhub-server
|
|||
```
|
||||
$ docker pull nicksherron/bashhub-server
|
||||
```
|
||||
#### Go
|
||||
go modules are required
|
||||
```
|
||||
GO111MODULE=on go get -u github.com/nicksherron/bashhub-server
|
||||
```
|
||||
#### Releases
|
||||
Binaries for various os and architectures can be found in [releases](https://github.com/nicksherron/bashhub-server/releases).
|
||||
If your system is not listed just submit a issue requesting your os and architecture.
|
||||
|
|
|
@ -205,7 +205,7 @@ func (cmd Command) commandInsert() int64 {
|
|||
}
|
||||
return inserted
|
||||
}
|
||||
|
||||
//TODO: make this less complicated. It's the epitome of a cluster fuck.
|
||||
func (cmd Command) commandGet() []Query {
|
||||
var results []Query
|
||||
var rows *sql.Rows
|
||||
|
|
Loading…
Reference in a new issue