From c743f75d7ccb5f4b1b8201a188ac13d20af1af61 Mon Sep 17 00:00:00 2001 From: ftc10179classuser Date: Fri, 12 Jan 2018 21:29:37 -0500 Subject: [PATCH 1/2] Added a missing step to get started on Mac. Info is available on Linux doc. --- docs/building/macos.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/building/macos.md b/docs/building/macos.md index 4ab0d8c7cfe..4506613d50c 100644 --- a/docs/building/macos.md +++ b/docs/building/macos.md @@ -9,8 +9,8 @@ building on macOS is almost identical. You will want [Homebrew](http://brew.sh/), the missing package manager for macOS. Once installed, follow the same instructions to download and -install a self-hosted copy of PowerShell on your macOS machine, -and use `Start-PSBootstrap` to install the dependencies. +install a self-hosted copy of PowerShell on your macOS machine. +From pwsh.exe, `Import-Module ./build.psm1` and use `Start-PSBootstrap` to install the dependencies. The `Start-PSBootstrap` function does the following: From 5d2035c81fd7ed08814548dd54f3030369437518 Mon Sep 17 00:00:00 2001 From: Dongbo Wang Date: Tue, 16 Jan 2018 09:36:57 -0800 Subject: [PATCH 2/2] Minor update --- docs/building/macos.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/building/macos.md b/docs/building/macos.md index 4506613d50c..235f9ebfaa6 100644 --- a/docs/building/macos.md +++ b/docs/building/macos.md @@ -10,7 +10,7 @@ building on macOS is almost identical. You will want [Homebrew](http://brew.sh/), the missing package manager for macOS. Once installed, follow the same instructions to download and install a self-hosted copy of PowerShell on your macOS machine. -From pwsh.exe, `Import-Module ./build.psm1` and use `Start-PSBootstrap` to install the dependencies. +From `pwsh.exe`, run `Import-Module ./build.psm1` and use `Start-PSBootstrap` to install the dependencies. The `Start-PSBootstrap` function does the following: