diff options
-rw-r--r-- | README.org | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |