Skip to content

Commit 7b5ad53

Browse files
committed
Add a hint to use Powershell for quick start commands.
1 parent b9dc79f commit 7b5ad53

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/quick_start.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ depending on your runtime (see [installation](installation.md) page for detailed
99
installation options):
1010

1111
```bash
12-
# Windows x64:
12+
# Windows x64 (using PowerShell):
1313
$ wget -O mspc.zip https://github.com/Genometric/MSPC/releases/latest/download/win-x64.zip
1414
1515
# Linux x64:
@@ -38,7 +38,7 @@ installation options):
3838
To run MSPC use the following command depending on your runtime:
3939

4040
```bash
41-
# Windows x64:
41+
# Windows x64 (using PowerShell):
4242
$ .\mspc.exe -i .\rep1.bed -i .\rep2.bed -r bio -w 1e-4 -s 1e-8
4343

4444
# Linux x64 or macOS x64:

0 commit comments

Comments
 (0)