diff --git a/macOS-usage-instructions.md b/macOS-usage-instructions.md index f4e9d1b..f660d7b 100644 --- a/macOS-usage-instructions.md +++ b/macOS-usage-instructions.md @@ -4,7 +4,7 @@ [Homebrew](https://brew.sh/) is a popular package manager for macOS. It works similarly to `apt` on Linux.
[Mono](https://www.mono-project.com/) allows us to run .NET applications on macOS. -In Spotlight (⌘+SPACE) search for and open `Terminal.app`. In Terminal paste the following command, hit RETURN and follow the on-screen instructions. You may be prompted for your password, and you won't be able to see it while typing. +In Spotlight (⌘+SPACE) search for and open `Terminal.app`. In Terminal paste the following command, hit RETURN and follow the on-screen instructions. You may be prompted for your password, and you won't be able to see it as you type. /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"