Skip to content

Commit d1baaaa

Browse files
author
Andreas Behringer
authored
Merge branch 'main' into doc/license-information
2 parents a629525 + c0ee31d commit d1baaaa

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ I experimented with a lot of Go command line argument parsers to build simple bu
1212

1313
## Installation
1414
```
15-
go get -u -v https://github.com/behringer24/argumentative
15+
go get -u -v github.com/behringer24/argumentative
1616
```
1717

1818
### Dependencies
@@ -199,4 +199,5 @@ Consider the order of positional arguments in your command line. Optional argume
199199

200200
## License
201201

202-
Argumentative is released under the GNU GENERAL PUBLIC LICENSE Version 3. See [LICENSE](https://github.com/behringer24/argumentative/blob/main/LICENSE)
202+
Argumentative is released under the GNU GENERAL PUBLIC LICENSE Version 3. See [LICENSE](https://github.com/behringer24/argumentative/blob/main/LICENSE)
203+

0 commit comments

Comments
 (0)