Skip to content

Commit

Permalink
Merge pull request #185 from movio/docs
Browse files Browse the repository at this point in the history
Small docs updates
  • Loading branch information
pkqk authored Nov 22, 2022
2 parents c81bf9e + 4cda3a3 commit 93198d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ To build the `bramble` command:

```bash
go build -o bramble ./cmd
./bramble -conf config.json
./bramble -config config.json
```

To run the tests:
Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ bramble config.json
### Docker

```
docker run -p 8082:8082 -p 8083:8083 -p 8084:8084 -v $(PWD)/config.json:/config.json ghcr.io/movio/bramble
docker run -p 8082:8082 -v $(PWD)/config.json:/config.json ghcr.io/movio/bramble
```

## Querying Bramble
Expand Down

0 comments on commit 93198d1

Please sign in to comment.