Skip to content

Commit af3de72

Browse files
update README, go.mod
1 parent 03d0638 commit af3de72

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ Wordlist & ngram creation tool to crawl a given url or process a local file to c
104104
-version
105105
Display version
106106
```
107+
107108
### Install latest release:
108109
```
109110
go install github.com/cyclone-github/spider@latest
@@ -112,6 +113,7 @@ go install github.com/cyclone-github/spider@latest
112113
```
113114
go install github.com/cyclone-github/spider@main
114115
```
116+
115117
### Compile from source:
116118
- 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.
117119
- This assumes you have Go and Git installed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/cyclone-github/spider
22

3-
go 1.25.2
3+
go 1.25.5
44

55
require github.com/PuerkitoBio/goquery v1.11.0
66

0 commit comments

Comments
 (0)