Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
elkinaguas authored Aug 10, 2024
1 parent 842d88f commit 4352ed2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,16 @@
Clir provides a clear and fast way to store and recover your commands.

## Installation
Install `clir` using pip.
Install `clir` using pip3 and pipx.

```bash
pip3 install clir
```

```bash
pipx install clir
```

## Usage
First of all, initialize clir. This will create the necessary cofig files.
```bash
Expand Down

0 comments on commit 4352ed2

Please sign in to comment.