Skip to content

Commit c170718

Browse files
committed
Update install instructions
1 parent 0b12777 commit c170718

1 file changed

Lines changed: 21 additions & 5 deletions

File tree

README.md

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,29 @@ Uses [LockChecker](https://github.com/domsleee/LockCheck) to find processes lock
1111

1212
## Installation
1313

14-
| Method | Install | Update |
15-
| -------- | --------------------------------------------------------------------------------------------------- | -------------------------------- |
16-
| scoop | `scoop install https://gist.github.com/domsleee/f765105f512ec607ee0a6e3ee5debd6d/raw/forceops.json` | `scoop update forceops --force` |
17-
| dotnet | `dotnet tool install -g forceops` | `dotnet tool update -g forceops` |
18-
| releases | Download from [latest release](https://github.com/domsleee/ForceOps/releases) | |
14+
### Install with `scoop`
15+
```shell
16+
scoop install https://gist.github.com/domsleee/f765105f512ec607ee0a6e3ee5debd6d/raw/forceops.json
17+
```
18+
19+
To update:
20+
```shell
21+
scoop update forceops --force
22+
```
23+
24+
### Install with `dotnet`
1925

26+
```shell
27+
dotnet tool install -g forceops
28+
```
29+
30+
To update:
31+
```shell
32+
dotnet tool update -g forceops
33+
```
2034

35+
### Install from releases
36+
Download the latest exe from [releases](https://github.com/domsleee/ForceOps/releases).
2137

2238
## Usage: As a CLI
2339
### Deleting when a process owned by the current user is using it

0 commit comments

Comments
 (0)