Skip to content

Commit e8b62f3

Browse files
committed
Set go install feature
1 parent 7368970 commit e8b62f3

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,14 @@ Before you install and run `nomore403`, make sure you have the following:
6363

6464
Grab the latest release for your OS from our [Releases](https://github.com/devploit/nomore403/releases) page.
6565

66+
### From Go install)
67+
68+
You can install nomore403 directly with Go:
69+
70+
```bash
71+
go install github.com/devploit/nomore403@latest
72+
```
73+
6674
### Compile from Source
6775

6876
If you prefer to compile the tool yourself:

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module nomore403
1+
module github.com/devploit/nomore403
22

33
go 1.24
44

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ limitations under the License.
1616

1717
package main
1818

19-
import "nomore403/cmd"
19+
import "github.com/devploit/nomore403/cmd"
2020

2121
func main() {
2222
cmd.Execute()

0 commit comments

Comments
 (0)