diff --git a/README.md b/README.md index 9c206fe..f8c9ebd 100644 --- a/README.md +++ b/README.md @@ -14,32 +14,18 @@ brew install --cask openvoxproject/openvox/ ### 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 -```