Skip to content

Commit aab86cb

Browse files
authored
Update README.md
1 parent 39003f3 commit aab86cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ On Linux systems we are able to search for the documentation of a function using
1111
You can either download the latest version from the [releases](https://github.com/leandrofroes/manw/releases) page or build it manually:
1212

1313
```
14-
git clone https://github.com/leandrofroes/manw
14+
git clone https://github.com/leandrofroes/manw.git
1515
cd manw
1616
make
1717
```
1818

1919
OR
2020

2121
```
22-
go get https://github.com/leandrofroes/manw
22+
go get github.com/leandrofroes/manw
2323
```
2424

2525
NOTE: Tested on Linux and Windows.

0 commit comments

Comments
 (0)