Skip to content

Commit de22fb0

Browse files
committed
📝 add powershell installation instructions to documentation
1 parent 2c56540 commit de22fb0

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,17 @@ Make sure to add it to PATH so you can accesss it from anywhere
1818
docrunner --help
1919
```
2020

21+
## Installation
22+
23+
Powershell(Windows):
24+
```powershell
25+
iwr -useb https://raw.githubusercontent.com/DudeBro249/docrunner/dev/installers/install.ps1 | iex
26+
```
27+
28+
If none of these methods work, you can also install `docrunner.exe` from
29+
[the releases](https://github.com/DudeBro249/docrunner/releases/tag/v1.0.0).
30+
Make sure to add it to PATH so you can access it from anywhere
31+
2132
### Python Example
2233

2334
```shell

website/docs/getting-started.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,13 @@
22

33
## Installation
44

5-
You can install `docrunner.exe` from
6-
[the releases](https://github.com/DudeBro249/docrunner/releases/tag/v1.0.0)
5+
Powershell(Windows):
6+
```powershell
7+
iwr -useb https://raw.githubusercontent.com/DudeBro249/docrunner/dev/installers/install.ps1 | iex
8+
```
9+
10+
If none of these methods work, you can also install `docrunner.exe` from
11+
[the releases](https://github.com/DudeBro249/docrunner/releases/tag/v1.0.0).
712
Make sure to add it to PATH so you can access it from anywhere
813

914
## QuickStart

0 commit comments

Comments
 (0)