diff options
author | Christian Cleberg <hello@cleberg.net> | 2025-05-02 22:00:21 -0500 |
---|---|---|
committer | Christian Cleberg <hello@cleberg.net> | 2025-05-02 22:00:21 -0500 |
commit | 691c2f57f7fcbf864a207a5dec702b628b470337 (patch) | |
tree | 19def3b5362d1a73e232b3857cb1d09463e49449 /README.md | |
parent | 9f2643bd5789e9d4f65b1605f7a08bd71f5fe4b7 (diff) | |
download | cleberg.net-691c2f57f7fcbf864a207a5dec702b628b470337.tar.gz cleberg.net-691c2f57f7fcbf864a207a5dec702b628b470337.tar.bz2 cleberg.net-691c2f57f7fcbf864a207a5dec702b628b470337.zip |
fix README code snippets
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -19,7 +19,7 @@ To begin exploring or contributing to this project, you\'ll first need to set up a local copy of the repository. This can be accomplished by running the following commands within Emacs: -``` {.bash org-language="sh"} +```shell git clone https://git.sr.ht/~cyborg/cleberg.net && \ cd cleberg.net && \ emacs -nw @@ -40,7 +40,7 @@ URL weblorg will use. If ENV is omitted, it will default to `localhost:8000`. If `ENV=prod`, weblorg will look in the `publish.el` file for the production base URL. -``` {.bash org-language="sh"} +```shell # production: ENV=prod emacs --script publish.el @@ -55,7 +55,7 @@ Alternatively, you may prefer to utilize the provided `build.sh` script to automate this process. To do so, simply customize and run the script as needed. -``` {.bash org-language="sh"} +```shell # production: ENV=prod ./build.sh |