From 0d36ac89f13cdd994a9d817b285088f0ccc5b4de Mon Sep 17 00:00:00 2001 From: Thomas Nieto <38873752+ThomasNieto@users.noreply.github.com> Date: Sat, 21 Sep 2024 13:17:56 -0500 Subject: [PATCH] Update readme --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 20d0d10..e4be4c5 100644 --- a/README.md +++ b/README.md @@ -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