Skip to content
This repository has been archived by the owner on Jan 26, 2023. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DenverCoder1 committed Jan 10, 2023
1 parent 47bbc6f commit 3aad0fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ The data directories reside in the data directories of the application defined b
/usr/share/albert/python/plugins
```

1. Clone this repository into your `plugins` directory.
2. Clone this repository into your `plugins` directory.

```bash
cd /path/to/plugins # see above for the path

git clone https://github.com/DenverCoder1/unit-converter-albert-ext.git
```

1. Ensure that `pint` and `inflect` are installed in `~/.local/share/albert/python/site-packages`.
3. Ensure that `pint` and `inflect` are installed in `~/.local/share/albert/python/site-packages`.

```bash
cd unit-converter-albert-ext
Expand Down

0 comments on commit 3aad0fe

Please sign in to comment.