Skip to content

Commit f63e9e7

Browse files
authoredJan 25, 2025··
Merge pull request #768 from hacklschorsch/patch-1
README: `init` not `create`
2 parents 993f1ab + 4620cd5 commit f63e9e7

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
 

‎README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ A running Magic-Folder needs to have access to a Tahoe-LAFS client that it may u
5151
This is referenced by the "node directory" of the Tahoe-LAFS client although actual operations are performed via the Tahoe-LAFS WebUI.
5252

5353
There are two ways to create a new Magic Folder instance (that is, the configuration required).
54-
Create a fresh one with ``magic-folder create`` or migrate from a Tahoe-LAFS 1.14.0 or earlier instance with ``magic-folder migrate``.
54+
Create a fresh one with ``magic-folder init`` or migrate from a Tahoe-LAFS 1.14.0 or earlier instance with ``magic-folder migrate``.
5555

5656
Once a Magic-Folder is configured, functionality is provided by running a long-lived magic-folder daemon.
5757
This process is run using the ``magic-folder`` command line tool::

‎newsfragments/769.minor

Whitespace-only changes.

0 commit comments

Comments
 (0)
Please sign in to comment.