You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -101,6 +101,14 @@ Wordlist & ngram creation tool to crawl a given url or process a local file to c
101
101
-version
102
102
Display version
103
103
```
104
+
### Install latest release:
105
+
```
106
+
go install github.com/cyclone-github/spider@latest
107
+
```
108
+
### Install from latest source code (bleeding edge):
109
+
```
110
+
go install github.com/cyclone-github/spider@main
111
+
```
104
112
### Compile from source:
105
113
- If you want the latest features, compiling from source is the best option since the release version may run several revisions behind the source code.
0 commit comments