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-03-15 02:57:54 +0900
committerNguyễn Gia Phong <mcsinyx@disroot.org>2023-03-15 02:58:12 +0900
commita90bb04458ecd68b7c2ca8442e3042d802701bed (patch)
tree69dabff363cdf327c173609a994fb8da261bde48 /README.md
parent53bf75c9bd411ba434d159862f78469c13165944 (diff)
downloadpx-a90bb04458ecd68b7c2ca8442e3042d802701bed.tar.gz
Add another page
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.