From 81ad12a99a384fa0a913992c85614f0fa60c9a50 Mon Sep 17 00:00:00 2001 From: Leonard Jonathan Oh Date: Wed, 5 May 2021 18:29:37 +0000 Subject: [PATCH] Docs: Update readme with installation steps --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 68f1b8d..5aecb13 100644 --- a/README.md +++ b/README.md @@ -5,12 +5,22 @@ Type `pwsh` like you would type any language 🙃. +## Install + +Open[`powershell`](https://docs.microsoft.com/en-us/powershell/scripting/windows-powershell/install/installing-windows-powershell?view=powershell-5.1) or [`pwsh`](https://github.com/powershell/powershell#-powershell) and type: + +```powershell +Install-Module -Name Type-Pwsh -Repository PSGallery -Scope CurrentUser -Verbose +``` + +If prompted to trust the repository, hit `Y` and `enter`. + ## Examples ```powershell Import-Module Type-Pwsh -# Let's try to find out something is +# Let's try to find out what something is whatis 240,159,144,145 # Let's try and find out more