diff options
| author | Matthew Kosarek <matt.kosarek@canonical.com> | 2025-02-19 09:30:25 -0500 |
|---|---|---|
| committer | Matthew Kosarek <matt.kosarek@canonical.com> | 2025-02-19 09:30:25 -0500 |
| commit | 3a996038684ed3d358259de6cde2f166dddaa04a (patch) | |
| tree | 73b1978efb2ecdb39936b804920e3006c32f07f2 /README.md | |
| parent | 5875b89ed114ee7a912167b5a609d1cf1da54a53 (diff) | |
Updating themes so that they work again
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 ``` |
