From c9598d56044a4f510287117a04bcd16a6e69b2b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C5=BEenan=20Zuki=C4=87?= Date: Thu, 11 Aug 2022 11:46:06 -0400 Subject: [PATCH] Update README.md Add `./init` step to the instructions. --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 64cfa5b6..5410f994 100644 --- a/README.md +++ b/README.md @@ -14,5 +14,7 @@ See the README files of each subdirectory for build requirements. ## Running Simply type: - -`./manage up -d` +```sh +./init +./manage up -d +```