update installation details in readme
Этот коммит содержится в:
родитель
e824fde3f9
коммит
8700ae4e56
3 изменённых файлов: 16 добавлений и 14 удалений
17
README.md
17
README.md
|
@ -11,18 +11,21 @@ The project is inspired by [behat][behat] and [cucumber][cucumber] and is based
|
||||||
|
|
||||||
### Install
|
### Install
|
||||||
|
|
||||||
go install github.com/DATA-DOG/godog/cmd/godog
|
go get github.com/DATA-DOG/godog/cmd/godog
|
||||||
|
|
||||||
### Be aware that
|
|
||||||
|
|
||||||
The work is still in progress and is not functional yet, neither it is intended for production usage.
|
|
||||||
The general public API may brake.
|
|
||||||
|
|
||||||
### Documentation
|
### Documentation
|
||||||
|
|
||||||
See [godoc][godoc] and [gherkin godoc][godoc_gherkin].
|
See [godoc][godoc] and [gherkin godoc][godoc_gherkin] for general API details.
|
||||||
See **.travis.yml** for supported **go** versions.
|
See **.travis.yml** for supported **go** versions.
|
||||||
|
|
||||||
|
The public API is stable enough, but it may break until **1.0.0** version, see `godog --version`.
|
||||||
|
|
||||||
|
### Contributions
|
||||||
|
|
||||||
|
Feel free to open a pull request. Note, if you wish to contribute an extension to public (exported methods or types) -
|
||||||
|
please open an issue before to discuss whether these changes can be accepted. All backward incompatible changes are
|
||||||
|
and will be treated cautiously.
|
||||||
|
|
||||||
### License
|
### License
|
||||||
|
|
||||||
All package dependencies are **MIT** or **BSD** licensed.
|
All package dependencies are **MIT** or **BSD** licensed.
|
||||||
|
|
|
@ -2,6 +2,6 @@
|
||||||
|
|
||||||
In order to test our **ls** feature with **Godog**, run:
|
In order to test our **ls** feature with **Godog**, run:
|
||||||
|
|
||||||
go install github.com/DATA-DOG/godog/cmd/godog
|
go get github.com/DATA-DOG/godog/cmd/godog
|
||||||
$GOPATH/bin/godog ls.feature
|
$GOPATH/bin/godog ls.feature
|
||||||
|
|
||||||
|
|
|
@ -8,17 +8,16 @@ specification. It parses a feature file into the it's structural representation.
|
||||||
creates an AST tree of gherkin Tokens read from the file.
|
creates an AST tree of gherkin Tokens read from the file.
|
||||||
|
|
||||||
With gherkin language you can describe your application behavior as features in
|
With gherkin language you can describe your application behavior as features in
|
||||||
human-readable and machine friendly language. See the example directory.
|
human-readable and machine friendly language.
|
||||||
|
|
||||||
### Be aware that
|
|
||||||
|
|
||||||
The work is still in progress and is not functional yet, neither it is intended for production usage.
|
|
||||||
The general public API may brake.
|
|
||||||
|
|
||||||
### Documentation
|
### Documentation
|
||||||
|
|
||||||
See [godoc][godoc].
|
See [godoc][godoc].
|
||||||
|
|
||||||
|
The public API is stable enough, but it may break until **1.0.0** version, see `godog --version`.
|
||||||
|
|
||||||
|
Has no external dependencies.
|
||||||
|
|
||||||
### License
|
### License
|
||||||
|
|
||||||
Licensed under the [three clause BSD license][license]
|
Licensed under the [three clause BSD license][license]
|
||||||
|
|
Загрузка…
Создание таблицы
Сослаться в новой задаче