From 3a996038684ed3d358259de6cde2f166dddaa04a Mon Sep 17 00:00:00 2001 From: Matthew Kosarek Date: Wed, 19 Feb 2025 09:30:25 -0500 Subject: Updating themes so that they work again --- README.md | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) (limited to 'README.md') 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 ``` -- cgit v1.2.1