Skip to content

Commit

Permalink
Update readme (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasNieto authored Sep 21, 2024
1 parent 6b014c4 commit ddb7841
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,18 @@ Import-Module AnyPackage.Pkgx

## Sample usages

### Find a package

```powershell
Find-Package -Name node
```

### Get installed packages

```powershell
Get-Package -Name node
```

### Install a package

```powershell
Expand Down

0 comments on commit ddb7841

Please sign in to comment.