diff options
author | hitlerrip <git@hitler.rip> | 2025-08-06 04:18:10 +0000 |
---|---|---|
committer | hitlerrip <git@hitler.rip> | 2025-08-06 04:18:10 +0000 |
commit | 0307a1b46354abf919b5cb7017258243e3b8e101 (patch) | |
tree | ac46de77eb8295f316f26e0d85698fae14b4ab64 /README.md | |
parent | 517814c347a76478faf763efbd9be3fccb20004f (diff) | |
download | website-0307a1b46354abf919b5cb7017258243e3b8e101.tar.gz website-0307a1b46354abf919b5cb7017258243e3b8e101.tar.bz2 website-0307a1b46354abf919b5cb7017258243e3b8e101.zip |
rename server script
`run.sh` is now `server.sh`
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ This project includes a build script that builds the website. ./build.sh ``` -It also contains a wrapper around the build script that automatically publishes the website when the server is configured using `run.sh` (which yours probably isn't) +It also contains a wrapper around the build script that automatically publishes the website when the server is configured using `server.sh` (which yours probably isn't) ```sh ./pub.sh |