Skip to content

Commit

Permalink
Updated Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
andylibrian committed Feb 20, 2021
1 parent 0df5a58 commit 86ffa69
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,14 @@ Build backend:
go build -o ./bin/terjang ./cmd/terjang/
```

Run backend:
Run server:

```
./bin/terjang server
```

Run a worker on another terminal:
```
./bin/terjang worker
```

Expand Down

0 comments on commit 86ffa69

Please # to comment.