Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
solaoi committed Jul 21, 2022
1 parent 8c2ada0 commit 565f598
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This is a high performance stub server.
broly target.json -p 9999
```

JSON format is below.
stub settings (JSON Format) is below.
see a sample [here](https://raw.githubusercontent.com/solaoi/broly/main/target.json).

| Field | Type | Required | Default | Sample |
Expand Down Expand Up @@ -45,7 +45,7 @@ brew upgrade broly
```sh
# Install with wget or curl
## set the latest version on releases.
VERSION=v0.1.7
VERSION=v0.1.8
## set the OS you use. (linux or macos)
OS=linux
## case you use wget
Expand Down Expand Up @@ -78,6 +78,10 @@ ghcr.io/solaoi/broly:latest
#### Local Build & Run

```sh
# Download this repo
git clone https://github.com/solaoi/broly.git
cd broly

# Specify the port you want to provide
HOST_PORT=80

Expand Down
2 changes: 1 addition & 1 deletion broly.nimble
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Package

version = "0.1.7"
version = "0.1.8"
author = "solaoi"
description = "HighPerformance Stub Server"
license = "MIT"
Expand Down

0 comments on commit 565f598

Please sign in to comment.