From e178df5789d7fc60e4d8c221e733d64108519ea5 Mon Sep 17 00:00:00 2001 From: Hri7566 Date: Sat, 13 Jul 2024 14:10:45 -0400 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 244bc3b..405317d 100644 --- a/README.md +++ b/README.md @@ -75,9 +75,11 @@ Don't expect these instructions to stay the same. They might not even be up to d $ curl -fsSL https://bun.sh/install | bash ``` -1. Setup Git submodules +1. Clone the repo and setup Git submodules ``` + $ git clone https://git.hri7566.info/Hri7566/mpp-server-dev2 + $ cd mpp-server-dev2 $ git submodule update --init --recursive ```