|
@@ -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
|
|
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:
|
|
If you didn't do this, issue the init and update commands:
|
|
```sh
|
|
```sh
|
|
git submodule update --init --recursive
|
|
git submodule update --init --recursive
|