update readme

This commit is contained in:
Hugh Rundle 2020-09-05 17:55:25 +10:00
parent 3d78af93b4
commit 4fa44beb27
1 changed files with 6 additions and 0 deletions

View File

@ -3,6 +3,12 @@
**ephemetoot** is a Python command line tool for deleting old toots.
**NOTE:** to install ephemetoot from pypi currently you must pin the beta version:
```
pip install ephemetoot=3.0.0-beta.0
```
## Documentation
* [Installation](./docs/install.md)
* [Options](./docs/options.md)