Skip to content

Commit 9957183

Browse files
Updating README with clearer build instructions (#3550)
1 parent 486388c commit 9957183

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,9 @@ The build script `build.ps1` can be used to bootstrap, build and test the projec
240240
* Targeting .NET Core: `./build.ps1 -Test -Configuration Debug -Framework netcoreapp2.1`
241241

242242
After build, the produced artifacts can be found at `<your-local-repo-root>/bin/Debug`.
243+
In order to isolate your imported module to the one locally built, be sure to run
244+
`pwsh -NonInteractive -NoProfile` to not automatically load the default PSReadLine module installed.
245+
Then, load the locally built PSReadLine module by `Import-Module <your-local-repo-root>/bin/Debug/PSReadLine/PSReadLine.psd1`.
243246

244247
[Contribution Guide]: https://github.com/PowerShell/PSReadLine/blob/master/.github/CONTRIBUTING.md
245248

0 commit comments

Comments
 (0)