summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMatthew Kosarek <matt.kosarek@canonical.com>2024-05-01 14:12:17 -0400
committerMatthew Kosarek <matt.kosarek@canonical.com>2024-05-01 14:12:17 -0400
commitece0f56d29509685f9b61642056f15f84a8a0726 (patch)
tree3882ad898a80ec498f406ce99cacf12cc94658b6 /README.md
parent9262b5c798e1921c759addb492b592f3ccf64980 (diff)
cleanup: quick update, removing outdated items
Diffstat (limited to 'README.md')
-rw-r--r--README.md28
1 files changed, 20 insertions, 8 deletions
diff --git a/README.md b/README.md
index cc72eb9..0a29a8d 100644
--- a/README.md
+++ b/README.md
@@ -4,19 +4,31 @@ This contains the entirety of https://matthewkosarek.xyz, which is my personal w
If you are on Github, this is a mirror of: https://git.matthewkosarek.xyz/matthew_kosarek_xyz/
## Running
-With python installed, run `./run_dev.sh` and you should be good to go. Then navigate to `localhost:8080` in your browser.
+```sh
+./run_dev.sh
+firefox localhost:8080
+```
-## Building Themes
+## Building
-### Build the shaders
-```
+### Themes
+```sh
+# Compile the shaders
cd themes/src
node tools/shaders.js
-```
-### Compile
-```
-cd themes
+# Build the project
+cd ..
./compile-commands.sh
make
```
+
+### Posts
+```sh
+./publish.sh
+```
+
+## Upload
+```sh
+./upload.sh
+```