From d4bc68fe6f5edf3ffb69ff28b4322f39037aad40 Mon Sep 17 00:00:00 2001 From: Helmi Rifai Date: Thu, 30 Jan 2020 15:49:04 +0200 Subject: [PATCH] fix: install from source example typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9731ade..efa431e 100644 --- a/README.md +++ b/README.md @@ -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