Skip to content

Commit

Permalink
aa
Browse files Browse the repository at this point in the history
  • Loading branch information
arloor authored Dec 24, 2023
1 parent 5dce8f0 commit aa7d753
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@
### Usage

```bash
$ curl -LO https://github.com/arloor/go_web_server/releases/download/v1.0.0/go_web_server # v1.0.0 is auto updated by github action
$ chmod +x go_web_server
$ ./go_web_server
url -SLfO https://github.com/arloor/go_web_server/releases/download/v1.0.0/go_web_server # v1.0.0 is auto updated by github action
install go_web_server /usr/local/bin/go_web_server
go_web_server
```

```bash
2023/12/24 15:46:27 config.go:38: go web server config:
addr: :8080
tls: false
Expand Down

0 comments on commit aa7d753

Please sign in to comment.