README: note about testing from source

This commit is contained in:
Jari Vetoniemi 2020-02-08 11:31:06 +02:00
parent 35665cac8f
commit 1f2b831976

View File

@ -37,6 +37,9 @@ make install PREFIX=/usr
# HTML API documentation (requires doxygen installed):
make doxygen
# To test from source, you have to point the LD_LIBRARY_PATH and BEMENU_RENDERERS variables:
LD_LIBRARY_PATH=. BEMENU_RENDERERS=. ./bemenu-run
```
## OSX