This commit is contained in:
Joey Hess 2024-02-05 15:50:41 -04:00
parent 48fe8ba23c
commit 9c9f7fe2cf
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -88,12 +88,12 @@ uses.
## Setting up a special remote
To create a new special remote, use
To initialize a new special remote, use
[[git-annex initremote|git-annex-initremote]]. See the documentation for
the special remote you want to use for details about configuration and
examples of how to initremote it.
Once a special remote has been created, other clones of the repository can
Once a special remote has been initialize, other clones of the repository can
also enable it, by using [[git-annex enableremote|git-annex-enableremote]]
with the same name that was used to initialize it. (Run the command without
any name to get a list of available special remotes.)