Add git flag
This commit is contained in:
parent
61b2259d99
commit
0c7bf0508a
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ PLFA ships with the required version of the Agda standard library, so if you clo
|
|||
If you forgot to add the `--recurse-submodules` flag, no worries, we can fix that!
|
||||
```bash
|
||||
cd plfa/
|
||||
git submodule update --recursive
|
||||
git submodule update --init --recursive
|
||||
```
|
||||
If you obtained PLFA by downloading the zip archive, you can get the required version of the Agda standard library from GitHub. You can either clone the repository and switch to the correct branch, or you can download the [the zip archive][agda-stdlib]:
|
||||
```bash
|
||||
|
|
Loading…
Reference in a new issue