We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9dc79f commit 7b5ad53Copy full SHA for 7b5ad53
1 file changed
docs/quick_start.md
@@ -9,7 +9,7 @@ depending on your runtime (see [installation](installation.md) page for detailed
9
installation options):
10
11
```bash
12
- # Windows x64:
+ # Windows x64 (using PowerShell):
13
$ wget -O mspc.zip https://github.com/Genometric/MSPC/releases/latest/download/win-x64.zip
14
15
# Linux x64:
@@ -38,7 +38,7 @@ installation options):
38
To run MSPC use the following command depending on your runtime:
39
40
41
-# Windows x64:
+# Windows x64 (using PowerShell):
42
$ .\mspc.exe -i .\rep1.bed -i .\rep2.bed -r bio -w 1e-4 -s 1e-8
43
44
# Linux x64 or macOS x64:
0 commit comments