Skip to content

Commit

Permalink
Update readme with examples (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasNieto committed Jul 25, 2023
1 parent e389e23 commit ec44d77
Showing 1 changed file with 27 additions and 1 deletion.
28 changes: 27 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
# AnyPackage.Apt

APT provider for AnyPackage.
AnyPackage.Apt is an Advanced Package Tool (APT) provider for AnyPackage.

## Install AnyPackage.Apt

```PowerShell
Install-PSResource AnyPackage.Apt
```

## Import AnyPackage.Apt

```PowerShell
Import-Module AnyPackage.Apt
```

## Sample usages

### Get installed packages

```PowerShell
Get-Package -Name 7zip
```

### Find available packages

```PowerShell
Find-Package -Name 7zip
```

0 comments on commit ec44d77

Please sign in to comment.