docs: fix args order, specify user id

This commit is contained in:
əlemi 2024-02-28 17:16:53 +01:00
parent 02d2675784
commit cfcb6f24fe
Signed by: alemi
GPG key ID: A4895B84D311642C

View file

@ -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!