mirror of
https://github.com/ihabunek/toot.git
synced 2024-11-03 04:17:21 -05:00
Update README to reflect login command changes
This commit is contained in:
parent
85818db660
commit
c484cc49c5
17
README.rst
17
README.rst
@ -121,8 +121,8 @@ Running ``toot <command> -h`` shows the documentation for the given command.
|
||||
toot - a Mastodon CLI client
|
||||
|
||||
Authentication:
|
||||
toot login Log in from the console, does NOT support two factor authentication
|
||||
toot login_browser Log in using your browser, supports regular and two factor authentication
|
||||
toot login Log into a mastodon instance using your browser (recommended)
|
||||
toot login_cli Log in from the console, does NOT support two factor authentication
|
||||
toot activate Switch between logged in accounts.
|
||||
toot logout Log out, delete stored access keys
|
||||
toot auth Show logged in accounts and instances
|
||||
@ -138,6 +138,7 @@ Running ``toot <command> -h`` shows the documentation for the given command.
|
||||
Post:
|
||||
toot post Post a status text to your timeline
|
||||
toot upload Upload an image or video file
|
||||
toot delete Delete an existing status
|
||||
|
||||
Accounts:
|
||||
toot follow Follow an account
|
||||
@ -165,23 +166,19 @@ Authentication
|
||||
|
||||
Before tooting, you need to login to a Mastodon instance.
|
||||
|
||||
If you don't use two factor authentication you can log in directly from the command line:
|
||||
|
||||
.. code-block::
|
||||
|
||||
toot login
|
||||
|
||||
You will be asked to chose an instance_ and enter your credentials.
|
||||
You will be redirected to your Mastodon instance to log in and authorize toot to access your account, and will be given an **authorization code** in return which you need to enter to log in.
|
||||
|
||||
If you do use **two factor authentication**, you need to log in through your browser:
|
||||
If you don't use two factor authentication you can also log in directly from the command line:
|
||||
|
||||
.. code-block::
|
||||
|
||||
toot login_browser
|
||||
toot login_cli
|
||||
|
||||
You will be redirected to your Mastodon instance to log in and authorize toot to access your account, and will be given an **authorization code** in return which you need to enter to log in.
|
||||
|
||||
.. _instance: https://github.com/tootsuite/documentation/blob/master/Using-Mastodon/List-of-Mastodon-instances.md
|
||||
You will be asked to chose an instance and enter your credentials.
|
||||
|
||||
The application and user access tokens will be saved in the configuration file located at ``~/.config/toot/instances/config.json``.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user