aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2021-12-15 17:28:43 +0000
committerChristopher Baines <mail@cbaines.net>2021-12-15 17:28:43 +0000
commitfdc8b32f40bf6a5248bd6ced2fc7c615f12a4301 (patch)
treeac40338ab46ba815c1acd9d6d988436cbab6ada9
parentb75255a7bd61214f2695048991ba7da3422f3e6b (diff)
downloadnar-herder-fdc8b32f40bf6a5248bd6ced2fc7c615f12a4301.tar
nar-herder-fdc8b32f40bf6a5248bd6ced2fc7c615f12a4301.tar.gz
Fix a couple of example commands
-rw-r--r--README.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.org b/README.org
index 78eede3..87d97bd 100644
--- a/README.org
+++ b/README.org
@@ -85,7 +85,7 @@ nar-herder on foo.example.com will query storage.example.com to check
if the nar-herder there is storing the files.
#+BEGIN_SRC sh
- nar-herder --storage=/var/lib/nars --storage-limit=0 --storage-nar-removal-criteria=stored-on=https://storage.example.com
+ nar-herder run-server --storage=/var/lib/nars --storage-limit=0 --storage-nar-removal-criteria=stored-on=https://storage.example.com
#+END_SRC
On the storage.example.com side, this is similar to the previous
@@ -97,5 +97,5 @@ space. Like on foo.example.com, you can set a --storage-limit to
prevent this.
#+BEGIN_SRC sh
- nar-herder --mirror=https://foo.example.com --storage=/var/lib/nars
+ nar-herder run-server --mirror=https://foo.example.com --storage=/var/lib/nars
#+END_SRC