Skip to content

Commit bac23e7

Browse files
committed
(maint) Update README
1 parent f6d41a7 commit bac23e7

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

README.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,20 @@
44

55
A PowerShell module for Sonatype Nexus repository server administration
66

7-
## Try it out!
7+
## 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+
```powershell
18+
choco install NexuShell -y -s https://community.chocolatey.org/api/v2
19+
```
820

9-
1. Clone this repo and run `.\build.ps1 -Build` from the cloned folder
10-
2. Import the module with `Import-Module .\Output\NexuShell\NexuShell.psd1` from the cloned folder
11-
3. Discover the available commands with `Get-Command -Module NexuShell`
12-
4. Explore the available commands with `Get-Help`
13-
5. Start having fun!
1421

1522
### Documentation
1623

0 commit comments

Comments
 (0)