From 39ffc4470525964672ddedee5c28fe5c176c6798 Mon Sep 17 00:00:00 2001 From: Giulio De Matteis Date: Wed, 2 Feb 2022 01:12:25 +0100 Subject: [PATCH] Edit README.md --- README.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) 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