Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
cduriau committed Feb 17, 2024
1 parent edbcdd5 commit 2946736
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 @@ -64,7 +64,7 @@ packagerbuddy avail
The `install` command requires two arguments. The `software` argument which needs to match an alias in the software config and the `version` argument which needs to form an existing download url. If the requested software version has already been installed, the install will stop.

```sh
packagerbuddy install --software codium --version 1.44.0
packagerbuddy install --software codium --version 1.85.2.2401
```

Installing consists of five steps:
Expand All @@ -91,7 +91,7 @@ The `version` argument is optional. If it is passed, only given version will be
packagerbuddy uninstall --software codium

# uninstall specific version
packagerbuddy uninstall --software codium --version 1.44.0
packagerbuddy uninstall --software codium --version 1.85.2.2401
```

## Configure
Expand Down

0 comments on commit 2946736

Please sign in to comment.