Skip to content

Commit 60db37f

Browse files
update readme, go.mod
1 parent 9c914f9 commit 60db37f

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,14 @@ Wordlist & ngram creation tool to crawl a given url or process a local file to c
101101
-version
102102
Display version
103103
```
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+
```
104112
### Compile from source:
105113
- 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.
106114
- 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,4 +1,4 @@
1-
module spider
1+
module github.com/cyclone-github/spider
22

33
go 1.25.2
44

0 commit comments

Comments
 (0)