Skip to content

Commit

Permalink
Added clone repo step
Browse files Browse the repository at this point in the history
  • Loading branch information
Conner.Will committed Jan 9, 2024
1 parent 6c3e1e9 commit cf283c1
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,22 @@ PowerShell function to convert an image to ASCII art

# Usage

Clone repository

```powershell
git clone https://github.com/ConnerWill/Convert-ImageToASCIIArt.git
```

Import PowerShell module

```powershell
Import-Module ./Convert-ImageToASCIIArt.psm1
Import-Module ./Convert-ImageToASCIIArt
```

> or
```powershell
Import-Module ./Convert-ImageToASCIIArt/Convert-ImageToASCIIArt.psm1
```

Convert an image to ASCII art
Expand Down

0 comments on commit cf283c1

Please sign in to comment.