summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMatthew Kosarek <matt.kosarek@canonical.com>2025-02-19 09:30:25 -0500
committerMatthew Kosarek <matt.kosarek@canonical.com>2025-02-19 09:30:25 -0500
commit3a996038684ed3d358259de6cde2f166dddaa04a (patch)
tree73b1978efb2ecdb39936b804920e3006c32f07f2 /README.md
parent5875b89ed114ee7a912167b5a609d1cf1da54a53 (diff)
Updating themes so that they work again
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
```