Skip to content

Commit 65a1b5d

Browse files
committed
Change how to install ignoring modules, for installing like application
1 parent 9dcf09f commit 65a1b5d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The Gopher API, is a simple CRUD API for formative purpose, we're building it wh
66
**Install**
77

88
```sh
9-
$ go get -u github.com/friendsofgo/gopherapi/cmd/gopherapi
9+
$ GO111MODULE=auto go get -u github.com/friendsofgo/gopherapi/cmd/gopherapi
1010
```
1111

1212
**Usage**
@@ -36,4 +36,3 @@ If you think that you can improve with new endpoints, and functionallities the A
3636

3737
## License
3838
MIT License, see [LICENSE](https://github.com/friendsofgo/gopherapi/blob/master/LICENSE)
39-

0 commit comments

Comments
 (0)