From 25c93a0ab9c855f75ee48df635fb5422c8eaba95 Mon Sep 17 00:00:00 2001 From: Matt Kosarek Date: Mon, 29 Dec 2025 09:24:57 -0500 Subject: Clean up readme --- README.md | 30 ++++++++++++++++-------------- 1 file changed, 16 insertions(+), 14 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 70670c4..051726f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# MatthewKosarek.xyz +# matthewkosarek.xyz This contains the entirety of https://matthewkosarek.xyz, which is my personal website. Feel free to look around and take any snippets that you like from it! If you are on Github, this is a mirror of: https://git.matthewkosarek.xyz/matthew_kosarek_xyz/ @@ -10,19 +10,21 @@ firefox localhost:8080 ``` ## Build Themes -1. Install emscripten: https://emscripten.org/docs/getting_started/downloads.html - -2. Compile the shaders - ```sh - cd themes/src - node tools/shaders.js - ``` -3. Build the project - ```sh - cd .. - ./compile-commands.sh - make - ``` +First, install emscripten: https://emscripten.org/docs/getting_started/downloads.html + +Next, compile the shaders: + +```sh +cd themes/src +node tools/shaders.js +``` +Finally, build the project: + +```sh +cd .. +./compile-commands.sh +make +``` ## Update Posts ```sh -- cgit v1.2.1