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.md2
1 files changed, 1 insertions, 1 deletions
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/
 ```