forked from jasder/antlr
add doc for releasing
This commit is contained in:
parent
42512526f9
commit
68fd66dd49
|
@ -24,6 +24,13 @@ $ git push upstream 4.8-rc1
|
||||||
|
|
||||||
## Update submodules
|
## Update submodules
|
||||||
|
|
||||||
|
Make sure you tell git to pull in the submodule (for every clone you do of antlr4):
|
||||||
|
|
||||||
|
```bash
|
||||||
|
git submodule init
|
||||||
|
git submodule update
|
||||||
|
```
|
||||||
|
|
||||||
Update the runtime submodules by running the following command:
|
Update the runtime submodules by running the following command:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
Loading…
Reference in New Issue