Merge pull request #48 from hughrun/3alpha1

update readme
This commit is contained in:
Hugh Rundle 2020-09-05 17:56:44 +10:00 committed by GitHub
commit 0c1d305084
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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)