mirror of
https://git.alemi.dev/fedimut.git
synced 2024-11-12 20:09:20 +01:00
docs: fix args order, specify user id
This commit is contained in:
parent
02d2675784
commit
cfcb6f24fe
1 changed files with 3 additions and 1 deletions
|
@ -17,4 +17,6 @@ schedule it on your pc or your vps to run periodically: it will fetch your `mutu
|
|||
simple and easy!
|
||||
|
||||
## usage
|
||||
right now it's super crude: you must pass `<HOMESERVER> <USER_ID> <TOKEN>` as cli arguments to make it work, but next versions may include session storage and user_id resolution
|
||||
right now it's super crude: you must pass `<HOMESERVER> <AUTH_TOKEN> <YOUR_USER_ID>` as cli arguments to make it work, but next versions may include session storage and user_id resolution
|
||||
|
||||
note that user_id is underlying id, not your fully qualified name!
|
||||
|
|
Loading…
Reference in a new issue