diff --git a/README.md b/README.md index 80c77618..c661e323 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ git clone https://github.com/corpnewt/ProperTree That is because the graphical interface library that ProperTree depends on isn't present or cannot be detected, you need to install `tkinter` from your package manager. - To install it on Ubuntu (and Ubuntu-based distros), you can run `sudo apt-get install python3-tk -y` + To install it on Ubuntu (and Ubuntu-based distros), you can run `sudo apt-get install python3-tk -y`. To install it on Macos using the [Homebrew](brew.sh) packet manager, you can run `brew install python-tk`. * **ProperTree doesn't run because it doesn't have permissions, what gives?**