Skip to content

Commit e1685dc

Browse files
Update README.md
1 parent 1ff68cb commit e1685dc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# ~~jsonwire-grid~~WebDriverGrid [![Build Status](https://travis-ci.org/qa-dev/jsonwire-grid.svg?branch=master)](https://travis-ci.org/qa-dev/jsonwire-grid)
2-
Golang implementation of Selenium Grid (hub).
2+
This is scalable Golang implementation of Selenium Grid (hub).
33

44
## HowTo
5+
1. Install MySql
6+
1. Set in config.json your db connesction string `[username[:password]@][protocol[(address)]]/dbname[?param1=value1&...&paramN=valueN]`
7+
1. Run app
58
#### Run binary file
69
1. download binary file and
710
1. `export CONFIG_PATH=./config.json`

0 commit comments

Comments
 (0)