Commit 0d9a50ef authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'sh-add-nuget-macos-docs' into 'master'

Add docs for using NuGet on macOS

See merge request gitlab-org/gitlab!28715
parents cf76d567 340cdeed
...@@ -18,7 +18,7 @@ NuGet CLI is probably already installed. ...@@ -18,7 +18,7 @@ NuGet CLI is probably already installed.
Alternatively, you can use [.NET SDK 3.0 or later](https://dotnet.microsoft.com/download/dotnet-core/3.0), which installs NuGet CLI. Alternatively, you can use [.NET SDK 3.0 or later](https://dotnet.microsoft.com/download/dotnet-core/3.0), which installs NuGet CLI.
You can confirm that [nuget CLI](https://www.nuget.org/) is properly installed with: You can confirm that [NuGet CLI](https://www.nuget.org/) is properly installed with:
```shell ```shell
nuget help nuget help
...@@ -36,6 +36,18 @@ Available commands: ...@@ -36,6 +36,18 @@ Available commands:
[output truncated] [output truncated]
``` ```
### macOS support
For macOS, you can also use [Mono](https://www.mono-project.com/) to run
the NuGet CLI. For Homebrew users, run `brew install mono` to install
Mono. Then you should be able to download the Windows C# binary
`nuget.exe` from the [NuGet CLI page](https://www.nuget.org/downloads)
and run:
```shell
mono nuget.exe
```
## Enabling the NuGet Repository ## Enabling the NuGet Repository
NOTE: **Note:** NOTE: **Note:**
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment