Update README.md
Этот коммит содержится в:
родитель
fcb462c54a
коммит
4c6c21be00
1 изменённых файлов: 8 добавлений и 1 удалений
|
@ -61,8 +61,15 @@ When automated testing is this much fun, teams can easily protect
|
||||||
themselves from costly regressions.
|
themselves from costly regressions.
|
||||||
|
|
||||||
## Install
|
## 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.
|
||||||
|
|
||||||
go get github.com/cucumber/godog/cmd/godog
|
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
|
||||||
|
```
|
||||||
|
|
||||||
## Example
|
## Example
|
||||||
|
|
||||||
|
|
Загрузка…
Создание таблицы
Сослаться в новой задаче