Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
number571 committed Oct 28, 2024
1 parent e719eef commit 9e809b9
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions cmd/hlc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ The application HLC includes the download of all Hidden Lake services, and runs
Default build and run

```bash
$ cd ./cmd/hlc
$ go run ./cmd/hlc

> [INFO] 2023/12/03 02:12:51 HLC is running...
> ...
Expand All @@ -51,7 +51,7 @@ services:
## Running options
```bash
$ ./hlc -path=/root -network=xxx -parallel=1
$ hlc -path=/root -network=xxx -parallel=1
# path = path to config, database, key files
# network = use network configuration from networks.yml
# parallel = num of parallel functions for PoW algorithm
Expand Down
2 changes: 1 addition & 1 deletion cmd/hle/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ address:
## Running options
```bash
$ ./hle -path=/root -network=xxx -parallel=1
$ hle -path=/root -network=xxx -parallel=1
# path = path to config, database, key files
# network = use network configuration from networks.yml
# parallel = num of parallel functions for PoW algorithm
Expand Down
2 changes: 1 addition & 1 deletion cmd/hlf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ connection: 127.0.0.1:9572
## Running options
```bash
$ ./hlf -path=/root
$ hlf -path=/root
# path = path to config and storage
```

Expand Down
2 changes: 1 addition & 1 deletion cmd/hll/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ address:
## Running options
```bash
$ ./hll -path=/root -network=xxx
$ hll -path=/root -network=xxx
# path = path to config and database files
# network = use network configuration from networks.yml
```
Expand Down
2 changes: 1 addition & 1 deletion cmd/hlm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ connection: 127.0.0.1:9572
## Running options
```bash
$ ./hlm -path=/root
$ hlm -path=/root
# path = path to config and database files
```

Expand Down
2 changes: 1 addition & 1 deletion cmd/hlr/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ address:
## Running options
```bash
$ ./hlr -path=/root
$ hlr -path=/root
# path = path to config
```

Expand Down
2 changes: 1 addition & 1 deletion cmd/hls/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ services:
## Running options
```bash
$ ./hls -path=/root -network=xxx -parallel=1
$ hls -path=/root -network=xxx -parallel=1
# path = path to config, database, key files
# network = use network configuration from networks.yml
# parallel = num of parallel functions for PoW algorithm
Expand Down
2 changes: 1 addition & 1 deletion cmd/hlt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ connections:
## Running options
```bash
$ ./hlt -path=/root -network=xxx
$ hlt -path=/root -network=xxx
# path = path to config and database files
# network = use network configuration from networks.yml
```
Expand Down

0 comments on commit 9e809b9

Please sign in to comment.