Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 3 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,32 +14,18 @@ brew install --cask openvoxproject/openvox/<package>

### OpenVox Agent

To install the very latest [OpenVox Agent](https://github.com/openvoxproject/openvox-agent) with brew:
To install latest openvox-agent version [OpenVox Agent](https://github.com/openvoxproject/openvox-agent) with brew:

```bash
brew install openvoxproject/openvox/openvox-agent
brew install openvoxproject/openvox/openvox-agent-8
```

Additionally we maintain versioned casks for each collection

- `openvoxproject/openvox/openvox-agent-8`

## Updating versions

When new versions of packages are shipped, you can use a Rake task to update the Cask to the latest version and SHAs

```bash
bundle exec rake 'brew:cask[openvox-agent]'
```
When new versions of packages are shipped, you can use a Rake task to update the Cask to the latest version and SHAs.

To update the versioned casks - for example `openvox-agent-8` - include the collection as a 2nd argument

```bash
bundle exec rake 'brew:cask[openvox-agent,8]'
```

You can test updated Cask files with

```bash
brew install Casks/openvox-agent.rb --force
```