Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Clavianus Juneardo <[email protected]>
  • Loading branch information
clavinjune committed Apr 15, 2022
1 parent 0153b7b commit 0d66413
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,39 +24,39 @@ A Lightweight HTTP Server Built on Top of Go

```bash
# chmod +x serve_{version}_{os}_{arch}
$ chmod +x serve_1.0.0_linux_amd64
$ ./serve_1.0.0_linux_amd64 -v
serve v1.0.0
$ chmod +x serve_1.0.1_linux_amd64
$ ./serve_1.0.1_linux_amd64 -v
serve v1.0.1
```

### Via Go Install

```bash
$ go install github.com/ClavinJune/serve@latest
go: downloading github.com/ClavinJune/serve v1.0.0
go: downloading github.com/ClavinJune/serve v1.0.1
$ serve -v
serve v1.0.0
serve v1.0.1
```

### Via Go Run

```bash
$ go run github.com/ClavinJune/serve@latest -v
serve v1.0.0
serve v1.0.1
```

### Via Docker

```bash
$ docker run -it --rm ghcr.io/clavinjune/serve:latest -v
serve v1.0.0
serve v1.0.1
```

### Via Podman

```bash
$ podman run -it --rm ghcr.io/clavinjune/serve:latest -v
serve v1.0.0
serve v1.0.1
```

## Usage
Expand Down

0 comments on commit 0d66413

Please sign in to comment.