diff --git a/README.md b/README.md index f90cb06a..552722de 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Finally, we need to let Agda know where to find the standard library. For this, you can follow the instructions [here](https://agda.readthedocs.io/en/latest/tools/package-system.html#example-using-the-standard-library). It is possible to set up PLFA as an Agda library as well. -If you are trying to complete the exerises found in the `tspl` folder, or otherwise want to import modules from the book, you need to do this. +If you are trying to complete the exercises found in the `tspl` folder, or otherwise want to import modules from the book, you need to do this. To do so, add the path to `plfa.agda-lib` to `~/.agda/libraries` and add `plfa` to `~/.agda/defaults`, both on lines of their own.