updated readme

This commit is contained in:
Jarcode
2018-01-11 19:13:02 -08:00
parent 9e28e66c08
commit 96f40d089e

View File

@@ -28,7 +28,7 @@ You can pass `BUILD=debug` to the makefile for debug builds of both glad and gla
- python (required to generate bindings with glad)
- GCC (this program uses GNU C features)
## Configuration
## [Configuration](https://github.com/wacossusca34/glava/wiki)
GLava will start by looking for an entry point in the user configuration folder (`~/.config/glava/rc.glsl`\*), and will fall back to loading from the shader installation folder (`/etc/xdg/glava`\*). The entry point will specify a module to load and should set global configuration variables. Configuration for specific modules can be done in their respective `.glsl` files, which the module itself will include.