readme: git submodule

This commit is contained in:
mattias 2022-02-22 14:33:53 +01:00
parent f31f5ea669
commit 0bccc176ee

View File

@ -47,10 +47,6 @@ When you do a `git clone`, make sure you also specify the `--recurse-submodules`
git clone --recurse-submodules https://gitlab.com/freepascal.org/fpc/pas2js.git
```
Or for the fixes branch:
```sh
git clone --recurse-submodules https://gitlab.com/freepascal.org/fpc/pas2js.git --branch fixes_2_2
```
If you didn't do this, issue the init and update commands:
```sh
git submodule update --init --recursive