Skip to content

Commit

Permalink
properly document installation methods
Browse files Browse the repository at this point in the history
  • Loading branch information
pesader committed Aug 9, 2023
1 parent 43b2f74 commit 9d4c01f
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,24 @@ A simple utility to manage environments within toolbx.

## Installation

RPM packages are available in the [`toolenv-packages`](https://github.com/pesader/toolenv-packages/) repository.
### COPR

You can use the provided COPR repository, by running:

```bash
sudo dnf copr enable pesader/toolenv
sudo dnf install toolenv
```

### RPM packages

RPM packages are available under the "Releases" section of the repository.
Download the package for your version of Fedora and install with the following
command (e.g. for Fedora Linux 38):

```bash
sudo dnf install $HOME/Downloads/toolenv-0.1.1-1.fc38.noarch.rpm
```

## How to use it

Expand Down

0 comments on commit 9d4c01f

Please sign in to comment.