Back to Mattermost

Macos

docs/develop/contribute/more-info/desktop/developer-setup/macos.md

11.10.0510 B
Original Source
  1. Install Homebrew: http://brew.sh

  2. Open Terminal

  3. Install dependencies

    sh
    brew install git python3
    
  4. Install NVM by following these instructions.

    After installing, follow the post-install steps shown by the installer to add the necessary lines to your shell profile (for example ~/.zshrc or ~/.bash_profile). Then open a new terminal and run:

    sh
    nvm install --lts