diff --git a/README.md b/README.md index c8bd770..3b35dec 100644 --- a/README.md +++ b/README.md @@ -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