## 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).