Skip to content

Commit 7794000

Browse files
committed
powershell: README formatting
1 parent f969969 commit 7794000

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

modules/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
# BOSH Powershell Modules
2+
23
Powershell scripts to set up a Windows VM in a manner appropriate for a BOSH Stemcell.
34

45
## Testing
56

67
Tests are written using the Pester testing framework and must be run in Powershell on a Windows environment.
78

8-
The test suite for each module currently assumes that the tests are being run with the module as the current working directory.
9+
The test suite for each module currently assumes that the tests are being run with the module as the current working
10+
directory.
911

1012
This requires iterating through the module directories to run all the tests:
1113

@@ -64,11 +66,13 @@ Invoke-Pester
6466
## Debugging
6567

6668
You can debug powershell scripts using VSCode. It has some dependencies:
69+
6770
- dotnet runtime `brew install dotnet`
6871
- powershell binary `brew install powershell`
6972
- vscode extensions: `Powershell`, `C#` and `C# Dev Kit` (the latter may not be required)
7073

7174
You can create a launch.json file like:
75+
7276
```json
7377
{
7478
"version": "0.2.0",

0 commit comments

Comments
 (0)