summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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
+```