about summary refs log tree commit diff homepage
path: root/README.md
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2023-02-16 20:52:49 +0900
committerNguyễn Gia Phong <mcsinyx@disroot.org>2023-02-16 20:52:49 +0900
commit21f317aab2368ec6ef341dc23b4257ffa24946af (patch)
treef525eb1f04c031dc5b3d3817e7588f860d0cad3f /README.md
parente24d423e566d3cc688acd359991359d59990e3cb (diff)
downloadpx-21f317aab2368ec6ef341dc23b4257ffa24946af.tar.gz
Use symlink instead of meta refresh redirect
I couldn't figure out a way to disable caching for the latter.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 7094b25..0b70043 100644
--- a/README.md
+++ b/README.md
@@ -5,10 +5,10 @@ for displaying my photos.
 
 ## Hacking
 
-Run `nix-shell live.nix` and open `http://localhost:28792`.
+Run `nix-shell` and open `http://localhost:28792`.
 Changes to `*/index.xml` will be live reloaded thanks
 to modern browsers' native support for XSLT.  The web feed
-has to me manually regenerated with `make atom.xml` however.
+has to be manually regenerated with `make atom.xml` however.
 
 ## Deployment