Add missing submodule update and rename build to forge in install/build instructions

This commit is contained in:
Charles Baker 2018-08-08 21:21:35 +12:00
parent 235f863b35
commit 7602b09bb5

View file

@ -104,7 +104,8 @@ Build Lalr using [Forge](https://www.github.com/cwbaker/forge#forge) and a C++ c
- Install [Forge](https://github.com/cwbaker/forge#forge)
- `git clone git@github.com:cwbaker/lalr.git lalr`
- `cd lalr`
- `build variant=release`
- `git submodule update --init`
- `forge variant=release`
- `./release/bin/lalr_examples`
**Windows**:
@ -113,7 +114,8 @@ Build Lalr using [Forge](https://www.github.com/cwbaker/forge#forge) and a C++ c
- Install [Forge](https://github.com/cwbaker/forge#forge)
- `git clone git@github.com:cwbaker/lalr.git lalr`
- `cd lalr`
- `build variant=release`
- `git submodule update --init`
- `forge variant=release`
- `.\release\bin\lalr_examples.exe`
## Usage