diff --git a/README.md b/README.md index b05bf9d..27a24ad 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,21 @@ # AshLog CLI -Manage your AshLog projects and logs from the command line. \ No newline at end of file +[![PyPI version](https://badge.fury.io/py/ashlog-cli.svg)](https://badge.fury.io/py/ashlog-cli) + +Manage your AshLog projects and logs from the command line. + +## Installation + +Install AshLog CLI from pip: + +``` +pip install ashlog-cli +``` + +## Usage + +See all available commands: + +``` +ashlog --help +``` \ No newline at end of file