about summary refs log tree commit diff homepage
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2023-06-25 15:06:32 +0900
committerNguyễn Gia Phong <mcsinyx@disroot.org>2023-06-25 15:06:32 +0900
commitac735667ce21579ec319a310148afc0f5512492c (patch)
tree4b50a41b8343ff50d7e87574c186856f14310123
parent76cd244c401b3a33cf1398d8e1d4d5c2e3c77e4d (diff)
downloadpx-ac735667ce21579ec319a310148afc0f5512492c.tar.gz
Fix typos
-rw-r--r--08/index.xml2
-rw-r--r--README.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/08/index.xml b/08/index.xml
index 9f51282..46f0649 100644
--- a/08/index.xml
+++ b/08/index.xml
@@ -17,7 +17,7 @@
     <picture filename="ladybug" desc="ladybug on a sprout"/>
     <time>2023-04-13T09:58:42Z</time>
   </post>
-  <post title="stairway to heavens" lang="en">
+  <post title="stairways to heaven" lang="en">
     <picture filename="stairs-sky" desc="stairs leading to the sky"/>
     <picture filename="stairs-grass" desc="edenic stairs covered with grass"/>
     <time>2023-04-28T07:13:38Z</time>
diff --git a/README.md b/README.md
index c4d8547..2713879 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ has to be manually regenerated with `make atom.xml` however.
 ## Deployment
 
 ```sh
-rsync -avh --delete\
+rsync -avh --no-perms --delete\
   $(nix-build -E 'with import <nixpkgs> {}; callPackage ./. {}')/\
   loang:/mnt/nas/www/px.cnx.gdn/
 ```