Skip to content

Commit 6481efa

Browse files
committed
Merge pull request #44 from GameScripting/master
added installation instructions to the readme
2 parents 0629969 + 8483adb commit 6481efa

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,18 @@ Many planned features are not yet implemented, but in it's current state, the mo
1919

2020
The "out of box" experience is meant to be very familiar to PowerShell.exe users - there should be no need to learn any new key strokes.
2121

22+
Installation
23+
============
24+
25+
1. Extract the `PSReadline.zip` into your `C:\Users\[User]\Documents\WindowsPowerShell\modules\PSReadline` folder. (You may have to create these directories if they don't exist)
26+
27+
2. Edit your `C:\Users\[User]\Documents\WindowsPowerShell\Microsoft.PowerShell_profile.ps1` file (or create if not exists) and include the commands you want to load:
28+
29+
```
30+
Import-Module PSReadLine
31+
Set-PSReadlineOption -EditMode Emacs
32+
```
33+
2234
Usage
2335
=====
2436

0 commit comments

Comments
 (0)