From de0a1809a445003799187fa85733f99ca14b9099 Mon Sep 17 00:00:00 2001 From: Jimmy Date: Wed, 28 Jul 2021 21:55:02 +1200 Subject: [PATCH] Update readme --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d6ccd29..bc46e04 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Github Web Hook -Example of how to use Github weeb hooks using Fastapi +Example of how to use Github web hooks using Fastapi ```pipenv sync``` @@ -8,5 +8,8 @@ Example of how to use Github weeb hooks using Fastapi ```cp .env.sample .env``` +```pipenv run dev``` + +```docker-compose up --build```