diff options
| author | Matt Kosarek <matt.kosarek@canonical.com> | 2025-12-29 09:24:57 -0500 |
|---|---|---|
| committer | Matt Kosarek <matt.kosarek@canonical.com> | 2025-12-29 09:24:57 -0500 |
| commit | 25c93a0ab9c855f75ee48df635fb5422c8eaba95 (patch) | |
| tree | a0f2aa09bf50206e782658a1be6f868887747d6f /README.md | |
| parent | 481118bda0d3779c696f6662da821fb009113a56 (diff) | |
Clean up readme
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 30 |
1 files changed, 16 insertions, 14 deletions
@@ -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 |
