Skip to content

Commit 0c08d3a

Browse files
committed
Clarifying installation docs
1 parent 2a4df68 commit 0c08d3a

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

Readme.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,10 @@ As of writing this document [SQL Server in Docker doesn't support Windows authen
2222

2323
## Installing the PowerShell modules
2424

25-
1. Set the PowerShell script execution policy to Unrestricted in order to use any of the scripts. To achieve this run the `Set-ExecutionPolicy Unrestricted` command.
26-
2. Run the `AddPathToPSModulePath.ps1` script (you need admin privileges) to add the root of the repository to the `PSModulePath` environment variable. This will make PowerShell recognize this folder as one of the folders that contain PS modules. You only need to run this once - after that any changes made to these modules will be picked up automatically when a new PS console is opened. **NOTE**: It may be required to restart the PowerShell console, so do that as well.
27-
3. Enjoy!
25+
1. Open a PowerShell (or Windows PowerShell) console. Under Windows, open it with "Run as Administrator".
26+
2. Run the `Set-ExecutionPolicy Unrestricted` command to set the PowerShell script execution policy to Unrestricted in order to use any of the scripts
27+
3. Run the `AddPathToPSModulePath.ps1` script to add the root of the repository to the `PSModulePath` environment variable. This will make PowerShell recognize this folder as one of the folders that contain PS modules. You only need to run this once - after that any changes made to these modules will be picked up automatically when a new PS console is opened. **NOTE**: It may be required to restart the PowerShell console, so do that as well.
28+
4. Enjoy!
2829

2930

3031
## Overview of all the included scripts

0 commit comments

Comments
 (0)