From: Adam Shamblin Date: Sat, 7 Jan 2023 07:40:39 +0000 (-0700) Subject: update readme X-Git-Url: https://git.vexinglabs.com/?a=commitdiff_plain;h=96d07ce51a17d0dcd117e3e99ab1771ef461085d;p=dead-tooter.git update readme --- diff --git a/README.md b/README.md index 1819d50..0853e37 100644 --- a/README.md +++ b/README.md @@ -18,33 +18,4 @@ able to do with my Fedi data. ## Usage -### Authenticate to a server - - -``` -dead-tooter login --host hackers.town -``` - -The first time you call `login`, this will register with your chosen server and -store application information in your `~/.config/` directory. Your default -browser will open to a login page, or if you are logged in, an app authorization -page where you will be presented with an authorization token. Copy the token and -paste it at the prompt. A login token will be stored in the same directory. - -### Get account info - -``` -dead-tooter --host hackers.town account [id] -``` - -### Get a list of followers - -``` -dead-tooter --host hackers.town account followers -``` - -### Get a list of following - -``` -dead-tooter --host hackers.town account following -``` +Complete usage info may be found in the [docs directory](./docs/dead-tooter.md).