Skip to content

Commit 1078244

Browse files
updated readme
1 parent 2d49a83 commit 1078244

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,10 @@ Now you can already start working on the project.
1919

2020
### How to use this module in your project
2121

22-
Create a copy of our module on your local disk to ensure no updates will come in as it may break because of a new major release coming with breaking changes. GO doesn't support versioning up to now out of the box.
23-
Import the archive in your project as shown in the examples below.
22+
Use [govendor](https://github.com/kardianos/govendor) for the dependency installation: `govendor fetch github.com/hexonet/go-sdk@<tag id>`. You can update this dependency later on by `govendor sync github.com/hexonet/go-sdk@<new tag id>`.
23+
The dependencies will be installed in subfolder "vendor". Import the module in your project as shown in the examples below.
24+
25+
For more details on govendor, please read the [CheatSheet](https://github.com/kardianos/govendor/wiki/Govendor-CheatSheet) and also the [developer guide](https://github.com/kardianos/govendor/blob/master/doc/dev-guide.md). Knowing about the latter one is very important.
2426

2527
## Development
2628

0 commit comments

Comments
 (0)