Skip to content

Commit

Permalink
Merge pull request #8 from leojonathanoh/docs/update-readme-with-inst…
Browse files Browse the repository at this point in the history
…allation-steps

Docs: Update readme with installation steps
  • Loading branch information
leojonathanoh authored May 5, 2021
2 parents 84a8225 + 81ad12a commit 83dcec2
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 83dcec2

Please sign in to comment.