Skip to content

Commit

Permalink
Merge pull request #22 from HelmiRifai/patch-1
Browse files Browse the repository at this point in the history
fix: install from source example typo
  • Loading branch information
r--w authored Jan 30, 2020
2 parents d2344d2 + d4bc68f commit e63a904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ docker run -d -p 8080:8080 optimatiq/threatbite
```shell
git clone https://github.com/optimatiq/threatbite
cd ./threatbite
make bulid && ./bin/threatbite
make build && ./bin/threatbite
```

## Quickstart
Expand Down

0 comments on commit e63a904

Please sign in to comment.