summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md
index 23615f3..cc72eb9 100644
--- a/README.md
+++ b/README.md
@@ -5,3 +5,18 @@ If you are on Github, this is a mirror of: https://git.matthewkosarek.xyz/matthe
## Running
With python installed, run `./run_dev.sh` and you should be good to go. Then navigate to `localhost:8080` in your browser.
+
+## Building Themes
+
+### Build the shaders
+```
+cd themes/src
+node tools/shaders.js
+```
+
+### Compile
+```
+cd themes
+./compile-commands.sh
+make
+```