We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34b261d commit 441a9adCopy full SHA for 441a9ad
1 file changed
README.md
@@ -9,6 +9,12 @@ funURL is a command-line tool designed as a Swiss Army knife for URLs. It takes
9
10
- Golang 1.18+
11
12
+## Installation
13
+`funURL` requires go1.18+ to install successfully. Run the following command to get the repo:
14
+```
15
+go install -v github.com/HappyHackingSpace/funURL/cmd/funurl@latest
16
17
+
18
## Features
19
20
### URL Parsing
0 commit comments