File tree Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,17 @@ Make sure to add it to PATH so you can accesss it from anywhere
18
18
docrunner --help
19
19
```
20
20
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
+
21
32
### Python Example
22
33
23
34
``` shell
Original file line number Diff line number Diff line change 2
2
3
3
## Installation
4
4
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 ) .
7
12
Make sure to add it to PATH so you can access it from anywhere
8
13
9
14
## QuickStart
You can’t perform that action at this time.
0 commit comments