From 81d936f9b5e3c4f075aff716d34f07705bd1fe03 Mon Sep 17 00:00:00 2001 From: Yudi Date: Fri, 20 Sep 2019 12:55:57 -0300 Subject: [PATCH] Updated macOS usage instructions (markdown) --- macOS-usage-instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)"