Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 775 Bytes

installation.md

File metadata and controls

25 lines (19 loc) · 775 Bytes

Installing

Mac OSX

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

Linux (Debian/Ubuntu)

Installing on Linux is really just pulling down the .deb build and running dpkg to install it.

TODO: Add instructions for installing on Linux