We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6d41a7 commit bac23e7Copy full SHA for bac23e7
README.md
@@ -4,13 +4,20 @@
4
5
A PowerShell module for Sonatype Nexus repository server administration
6
7
-## Try it out!
+## Installation
8
+
9
+### From the PowerShell Gallery
10
11
+```powershell
12
+Install-Module NexuShell -Scope CurrentUser -Force
13
+```
14
15
+### From Chocolatey CLI
16
17
18
+choco install NexuShell -y -s https://community.chocolatey.org/api/v2
19
20
-1. Clone this repo and run `.\build.ps1 -Build` from the cloned folder
-2. Import the module with `Import-Module .\Output\NexuShell\NexuShell.psd1` from the cloned folder
-3. Discover the available commands with `Get-Command -Module NexuShell`
-4. Explore the available commands with `Get-Help`
-5. Start having fun!
21
22
### Documentation
23
0 commit comments