Skip to content
This repository was archived by the owner on Mar 24, 2023. It is now read-only.

Commit 62a4194

Browse files
author
dada513
committed
add install instructions
1 parent 02d2527 commit 62a4194

1 file changed

Lines changed: 13 additions & 3 deletions

File tree

README.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,20 @@
22

33
This is a Go CLI tool that helps with managing the StopModReposts blacklist.
44

5-
## Downloading
5+
## Install
66

7-
Use GitHub Releases and download binary. ELF is for Linux, EXE is for windows
8-
**WARNING:** I have not tested this on anything other than Linux
7+
Use GitHub Releases and download binary.
8+
9+
### Linux Quickinstall
10+
11+
```bash
12+
wget https://github.com/StopModReposts/list-utils/releases/latest/download/smr-list-utils.elf -O ~/.local/bin/smr-list-utils
13+
chmod +x ~/.local/bin/smr-list-utils
14+
```
15+
16+
### Windows Install
17+
18+
Download binary from releases, place in any folder. Run via cmd/powershell
919

1020
## Usage
1121

0 commit comments

Comments
 (0)