To install/update dmux on an OSX build, you can do so using Homebrew. If you
do not already have brew
installed on your machine, you can find installation
instructions on the Homebrew website.
- If you have not already, add the dmux tap to your brew taps:
brew tap josh-silvas/dmux [email protected]:josh-silvas/dmux
- Once tapped, you can install/upgrade/remove dmux using the regular brew methods
brew update && brew install dmux
brew update && brew upgrade dmux
brew uninstall dmux
Installing on Linux is really just pulling down the .deb
build and running dpkg
to install it.
TODO: Add instructions for installing on Linux