You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/building/macos.md
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ building on macOS is almost identical.
10
10
You will want [Homebrew](http://brew.sh/), the missing package manager for macOS.
11
11
Once installed, follow the same instructions to download and
12
12
install a self-hosted copy of PowerShell on your macOS machine,
13
-
and use`Start-PSBootstrap` to install the dependencies.
13
+
and use`Start-PSBootstrap` to install the dependencies.
14
14
15
15
The `Start-PSBootstrap` function does the following:
16
16
@@ -34,9 +34,7 @@ We cannot do this for you in the build module due to #[847][].
34
34
35
35
## Build using our module
36
36
37
-
Instead of installing the Ubuntu package of PowerShell,
38
-
download the `pkg` from our GitHub releases page using your browser, complete the wizard,
39
-
start a `powershell` session, and use `Start-PSBuild` from the module.
37
+
Start a PowerShell session by running `pwsh`, and then use `Start-PSBuild` from the module.
40
38
41
39
After building, PowerShell will be at `./src/powershell-unix/bin/Linux/netcoreapp2.0/osx.10.12-x64/publish/powershell`.
42
-
Note that configuration is still `Linux` because it would be silly to make yet another separate configuration when it's used solely to work-around a CLI issue.
0 commit comments