Add search path heading to README

This commit is contained in:
Mac Malone 2021-06-14 01:08:35 -04:00
parent b7b0217241
commit f7a858c0de

View file

@ -19,6 +19,8 @@ On Windows (MSYS2):
$ leanpkg build bin LINK_OPTS=-Wl,--export-all
```
### Correcting Lake's Search Path
When running the built executable, you may need to ensure that `LEAN_PATH` includes the build directory of Lake (for Lake's `.olean` files) and Lean's library directory for stdlib's (ex., `Init`'s) `.olean` files.
For example: