Skip to content

Commit 9e88d06

Browse files
committed
Updating instructions.
1 parent 68ab059 commit 9e88d06

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,14 @@ The following environment variables can be used to customize the behavior of the
3636

3737
Pre-built `.deb` packages are available on the [GitHub Releases page](https://github.com/BernardIgiri/kas-selector/releases/latest).
3838

39-
To install:
39+
To install version `X` :
4040

4141
```bash
42-
wget https://github.com/BernardIgiri/kas-selector/releases/latest/download/kas-selector_0.X.0-1_amd64.deb
43-
sudo dpkg -i kas-selector_0.X.0-1_amd64.deb
42+
# Replace this with the version number (e.g. 0.3.1)
43+
x=0.3.1
44+
45+
wget "https://github.com/BernardIgiri/kas-selector/releases/download/v${x}/kas-selector_${x}-1_amd64.deb"
46+
sudo dpkg -i "kas-selector_${x}-1_amd64.deb"
4447
```
4548

4649
## 🔨 Build Instructions

0 commit comments

Comments
 (0)