summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md30
1 files changed, 16 insertions, 14 deletions
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