about summary refs log tree commit diff homepage
path: root/README.md
diff options
context:
space:
mode:
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 0b70043..c4d8547 100644
--- a/README.md
+++ b/README.md
@@ -13,9 +13,9 @@ has to be manually regenerated with `make atom.xml` however.
 ## Deployment
 
 ```sh
-rsync -avh --delete --checksum\
+rsync -avh --delete\
   $(nix-build -E 'with import <nixpkgs> {}; callPackage ./. {}')/\
-  loang:/var/lib/www/px.cnx.gdn/
+  loang:/mnt/nas/www/px.cnx.gdn/
 ```
 
 Nix builds are reproducible which helps minimize the amount of file transfer.