Skip to content

Commit 9bc2d58

Browse files
committed
revert back installation guide
until 1.3.8 is released
1 parent bbacff8 commit 9bc2d58

1 file changed

Lines changed: 3 additions & 22 deletions

File tree

README.md

Lines changed: 3 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -32,32 +32,13 @@ https://github.com/user-attachments/assets/1c8370c6-3b94-4490-bc96-fc179ef14f1d
3232

3333
## 📦 Installation
3434

35-
### Install script (recommended)
36-
37-
The easiest way to install `reposcan`. Detects your OS and architecture automatically and installs the latest release binary into a directory on your `$PATH`:
38-
39-
```sh
40-
curl -fsSL https://raw.githubusercontent.com/mabd-dev/reposcan/main/install.sh | sh
41-
```
42-
43-
Supports **linux/amd64**, **darwin/amd64**, and **darwin/arm64**.
44-
45-
46-
#### Migrating from `go install`
47-
48-
If you previously installed reposcan via `go install`, the binary lives in `$GOPATH/bin` (usually `~/go/bin/reposcan`). The curl installer puts the binary in a different location, so both can coexist silently — meaning the old one may take precedence in your `$PATH`.
49-
50-
To avoid this, remove the old binary first:
35+
### Go install (latest)
5136

5237
```sh
53-
rm "$(which reposcan)"
38+
go install github.com/mabd-dev/reposcan@latest
5439
```
5540

56-
Then install using the curl installer:
57-
58-
```sh
59-
curl -fsSL https://raw.githubusercontent.com/mabd-dev/reposcan/main/install.sh | sh
60-
```
41+
Make sure # $GOPATH/bin (or $HOME/go/bin) is in your $PATH
6142

6243

6344
### From source

0 commit comments

Comments
 (0)