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
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -104,6 +104,7 @@ Wordlist & ngram creation tool to crawl a given url or process a local file to c
104
104
-version
105
105
Display version
106
106
```
107
+
107
108
### Install latest release:
108
109
```
109
110
go install github.com/cyclone-github/spider@latest
@@ -112,6 +113,7 @@ go install github.com/cyclone-github/spider@latest
112
113
```
113
114
go install github.com/cyclone-github/spider@main
114
115
```
116
+
115
117
### Compile from source:
116
118
- 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