Update README.md

This commit is contained in:
Hri7566 2024-07-13 14:10:45 -04:00
parent 1f16715aa7
commit e178df5789
1 changed files with 3 additions and 1 deletions

View File

@ -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 $ 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 $ git submodule update --init --recursive
``` ```