Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
340cdeed
Commit
340cdeed
authored
Apr 02, 2020
by
Stan Hu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add docs for using NuGet on macOS
parent
3b1fbe09
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
1 deletion
+13
-1
doc/user/packages/nuget_repository/index.md
doc/user/packages/nuget_repository/index.md
+13
-1
No files found.
doc/user/packages/nuget_repository/index.md
View file @
340cdeed
...
...
@@ -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.
You can confirm that
[
nug
et CLI
](
https://www.nuget.org/
)
is properly installed with:
You can confirm that
[
NuG
et CLI
](
https://www.nuget.org/
)
is properly installed with:
```
shell
nuget
help
...
...
@@ -36,6 +36,18 @@ Available commands:
[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
NOTE:
**Note:**
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment