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 2713879..51b2ebd 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ has to be manually regenerated with `make atom.xml` however.
 
 ```sh
 rsync -avh --no-perms --delete\
-  $(nix-build -E 'with import <nixpkgs> {}; callPackage ./. {}')/\
+  $(nix-build -E 'with import <nixpkgs> {}; callPackage ./. {}' --no-out-link)/\
   loang:/mnt/nas/www/px.cnx.gdn/
 ```