Skip to content

Commit 1669dbb

Browse files
committed
docs: update README.md
1 parent 1b9fecd commit 1669dbb

File tree

1 file changed

+12
-20
lines changed

1 file changed

+12
-20
lines changed

README.md

Lines changed: 12 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
A tap for [OpenVox](https://voxpupuli.org/openvox/) MacOS packages.
44

55
- [How do I install these packages?](#how-do-i-install-these-packages)
6-
- [OpenVox Agent](#openvox-agent)
6+
- [openvox8-agent](#openvox8-agent)
7+
- [openvox8-openbolt](#openvox8-openbolt)
78
- [Updating versions](#updating-versions)
89

910
## How do I install these packages?
@@ -12,34 +13,25 @@ A tap for [OpenVox](https://voxpupuli.org/openvox/) MacOS packages.
1213
brew install --cask openvoxproject/openvox/<package>
1314
```
1415

15-
### OpenVox Agent
16-
17-
To install the very latest [OpenVox Agent](https://github.com/openvoxproject/openvox-agent) with brew:
16+
### openvox8-agent
1817

1918
```bash
20-
brew install openvoxproject/openvox/openvox-agent
19+
brew install openvoxproject/openvox/openvox8-agent
2120
```
2221

23-
Additionally we maintain versioned casks for each collection
24-
25-
- `openvoxproject/openvox/openvox-agent-8`
26-
27-
## Updating versions
28-
29-
When new versions of packages are shipped, you can use a Rake task to update the Cask to the latest version and SHAs
22+
### openvox8-openbolt
3023

3124
```bash
32-
bundle exec rake 'brew:cask[openvox-agent]'
25+
brew install openvoxproject/openvox/openvox8-openbolt
3326
```
3427

35-
To update the versioned casks - for example `openvox-agent-8` - include the collection as a 2nd argument
28+
## Updating Casks
3629

37-
```bash
38-
bundle exec rake 'brew:cask[openvox-agent,8]'
39-
```
40-
41-
You can test updated Cask files with
30+
When new version of a package is shipped, you should use the `brew:cask` Rake task to update the Cask related.
4231

4332
```bash
44-
brew install Casks/openvox-agent.rb --force
33+
bundle exec rake 'brew:cask[agent,8]'
34+
bundle exec rake 'brew:cask[openbolt,8]'
4535
```
36+
37+
Here, second argument (`8`) is "collection". It corresponds to the `openvox8` directory on the downloads.voxpupuli.org server.

0 commit comments

Comments
 (0)