]> Vexing Labs - dead-tooter.git/commitdiff
update readme
authorAdam Shamblin <adam@vexingworkshop.com>
Sat, 7 Jan 2023 07:40:39 +0000 (00:40 -0700)
committerAdam Shamblin <adam@vexingworkshop.com>
Sat, 7 Jan 2023 07:40:39 +0000 (00:40 -0700)
README.md

index 1819d506e062eadf9a4a5c4405cc91d12ec4f5cf..0853e3777bad46ed7535594d82293ae1f0c4b479 100644 (file)
--- 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).