Skip to content

Commit 7749d70

Browse files
committed
lightly document the -List command
1 parent c1affff commit 7749d70

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

+9
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,15 @@ Given that we have the right file, we'll extract the zip file into your `_perls`
256256

257257
Just installing the version of Perl does _not_ make it ready for you to use immediately. This is simply because you may not yet want to work on that version. If you're using v5.30 and wanted to install another version, say v5.28, to test with, you can install that new version but you'd still be on v5.30 until you decide to change it with the `Use` or `Switch` commands.
258258

259+
## List
260+
261+
```PowerShell
262+
PS C:\Users\genio> psperl -List # Shows you a list of the Perls you have
263+
```
264+
265+
The `List` command will show you a listing of which Perls you currently have installed.
266+
267+
259268
### Switch
260269

261270
```PowerShell

0 commit comments

Comments
 (0)