diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 29 |
1 files changed, 15 insertions, 14 deletions
@@ -9,26 +9,27 @@ If you are on Github, this is a mirror of: https://git.matthewkosarek.xyz/matthe firefox localhost:8080 ``` -## Building +## Build Themes +1. Install emscripten: https://emscripten.org/docs/getting_started/downloads.html -### Themes -```sh -# Compile the shaders -cd themes/src -node tools/shaders.js - -# Build the project -cd .. -./compile-commands.sh -make -``` +2. Compile the shaders + ```sh + cd themes/src + node tools/shaders.js + ``` +3. Build the project + ```sh + cd .. + ./compile-commands.sh + make + ``` -### Posts +## Update Posts ```sh ./publish.sh ``` -## Upload +## Publish New Version ```sh ./upload.sh ``` |