We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39003f3 commit aab86cbCopy full SHA for aab86cb
README.md
@@ -11,15 +11,15 @@ On Linux systems we are able to search for the documentation of a function using
11
You can either download the latest version from the [releases](https://github.com/leandrofroes/manw/releases) page or build it manually:
12
13
```
14
-git clone https://github.com/leandrofroes/manw
+git clone https://github.com/leandrofroes/manw.git
15
cd manw
16
make
17
18
19
OR
20
21
22
-go get https://github.com/leandrofroes/manw
+go get github.com/leandrofroes/manw
23
24
25
NOTE: Tested on Linux and Windows.
0 commit comments