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-01-26 22:04:34 +0900
committerNguyễn Gia Phong <mcsinyx@disroot.org>2023-01-26 22:07:04 +0900
commit61fc04a1f1c6cb676df3aa42aee1bd22bf79a61d (patch)
tree3c17972d6dd55dd1dda751f9755763227cf5c841 /README.md
parent80f2bf40067360b4a36d64a7e55048586562827d (diff)
downloadpx-61fc04a1f1c6cb676df3aa42aee1bd22bf79a61d.tar.gz
Add a couple more posts
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1b004ef..7094b25 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ has to me manually regenerated with `make atom.xml` however.
 ## Deployment
 
 ```sh
-rsync -avh --delete\
+rsync -avh --delete --checksum\
   $(nix-build -E 'with import <nixpkgs> {}; callPackage ./. {}')/\
   loang:/var/lib/www/px.cnx.gdn/
 ```