aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2020-12-07 05:08:54 +0100
committerCharles Cabergs <me@cacharle.xyz>2020-12-07 05:08:54 +0100
commit15c7a862bcf83aad0a369c84a0cb9cc323b64c47 (patch)
treea4f4bb97b89d81a597f444d23ed64b4c91dd81b2 /README.md
parent4fb46cd35fcd929136ae44e4f31f489c361b5282 (diff)
downloadcacharle.xyz-15c7a862bcf83aad0a369c84a0cb9cc323b64c47.tar.gz
cacharle.xyz-15c7a862bcf83aad0a369c84a0cb9cc323b64c47.tar.bz2
cacharle.xyz-15c7a862bcf83aad0a369c84a0cb9cc323b64c47.zip
Updated topbar, Added links icons, Added big title
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2521478..5a50488 100644
--- a/README.md
+++ b/README.md
@@ -15,3 +15,9 @@ Clean the generated files:
```sh
./clean
```
+
+Rebuild the site on file modification (development):
+
+```sh
+./rundev
+```