Skip to content

Commit e63a904

Browse files
authored
Merge pull request #22 from HelmiRifai/patch-1
fix: install from source example typo
2 parents d2344d2 + d4bc68f commit e63a904

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ docker run -d -p 8080:8080 optimatiq/threatbite
4444
```shell
4545
git clone https://github.com/optimatiq/threatbite
4646
cd ./threatbite
47-
make bulid && ./bin/threatbite
47+
make build && ./bin/threatbite
4848
```
4949

5050
## Quickstart

0 commit comments

Comments
 (0)