mirror of
https://github.com/cwbaker/lalr.git
synced 2026-09-26 16:33:18 +03:00
Add missing submodule update and rename build to forge in install/build instructions
This commit is contained in:
parent
235f863b35
commit
7602b09bb5
1 changed files with 4 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue