Update README.md
This commit is contained in:
parent
902bb3a854
commit
c393ecd0dc
23
README.md
23
README.md
|
|
@ -22,6 +22,29 @@ go build -o client ./cmd/client
|
|||
```
|
||||
|
||||
### Running
|
||||
|
||||
#### Using Task (Recommended)
|
||||
```bash
|
||||
# Most useful command - run all checks
|
||||
task check
|
||||
|
||||
# Start server
|
||||
task server
|
||||
|
||||
# Connect client
|
||||
task client
|
||||
|
||||
# Run tests
|
||||
task test
|
||||
|
||||
# See coverage
|
||||
task test-coverage
|
||||
|
||||
# See all available commands
|
||||
task --list
|
||||
```
|
||||
|
||||
#### Manual Commands
|
||||
```bash
|
||||
# Start server (uses config.yaml by default)
|
||||
./hash-of-wisdom
|
||||
|
|
|
|||
Loading…
Reference in a new issue