summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md29
1 files changed, 15 insertions, 14 deletions
diff --git a/README.md b/README.md
index 0a29a8d..70670c4 100644
--- a/README.md
+++ b/README.md
@@ -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
```