Update README.md
Этот коммит содержится в:
родитель
4c6c21be00
коммит
591e055a38
1 изменённых файлов: 17 добавлений и 0 удалений
17
README.md
17
README.md
|
@ -38,6 +38,23 @@ So in general there are no vendor dependencies needed for installation.
|
||||||
The following about section was taken from
|
The following about section was taken from
|
||||||
[cucumber](https://cucumber.io/) homepage.
|
[cucumber](https://cucumber.io/) homepage.
|
||||||
|
|
||||||
|
## Notice:
|
||||||
|
|
||||||
|
**If your project depend on the master version of godog instead of a specific release, please read this.**
|
||||||
|
|
||||||
|
Due to dependency changes in a coming merge to master, including breaking changes, you should update how you install or depend on godog so that you have a version specified.
|
||||||
|
|
||||||
|
### Install
|
||||||
|
```
|
||||||
|
go get github.com/cucumber/godog/cmd/godog@v0.8.1
|
||||||
|
```
|
||||||
|
Adding `@v0.8.1` will install v0.8.1 specifically instead of master.
|
||||||
|
|
||||||
|
Running `within the $GOPATH`, you would also need to set `GO111MODULE=on`, like this:
|
||||||
|
```
|
||||||
|
GO111MODULE=on go get github.com/cucumber/godog/cmd/godog@v0.8.1
|
||||||
|
```
|
||||||
|
|
||||||
## About
|
## About
|
||||||
|
|
||||||
#### A single source of truth
|
#### A single source of truth
|
||||||
|
|
Загрузка…
Создание таблицы
Сослаться в новой задаче