Skip to content

Instantly share code, notes, and snippets.

@nsisodiya
Last active April 27, 2019 05:53
Show Gist options
  • Save nsisodiya/740ece72731bec52fa39093c9afe9f0a to your computer and use it in GitHub Desktop.
Save nsisodiya/740ece72731bec52fa39093c9afe9f0a to your computer and use it in GitHub Desktop.
Install MTR on MacOs
brew install mtr
brew link mtr # This might fail, this is why following command are added.
sudo ln -s /usr/local/Cellar/mtr/0.92/sbin/mtr /usr/local/bin/mtr
sudo ln -s /usr/local/Cellar/mtr/0.92/sbin/mtr-packet /usr/local/bin/mtr-packet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment