Skip to content

Commit

Permalink
add build and run
Browse files Browse the repository at this point in the history
  • Loading branch information
rohenaz committed May 13, 2022
1 parent 1237b05 commit d2c275d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,18 @@ go get -u github.com/BuxOrg/bux-server

<br/>

#### build

```shell script
go build -o bux-server cmd/server/*
```

#### run

```shell script
./bux-server
```

## Documentation

View the generated [documentation](https://pkg.go.dev/github.com/BuxOrg/bux-server)
Expand Down

0 comments on commit d2c275d

Please sign in to comment.