Browse Source

readme: git submodule

mattias 3 years ago
parent
commit
0bccc176ee
1 changed files with 0 additions and 4 deletions
  1. 0 4
      README.md

+ 0 - 4
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