Skip to content

Commit fc95588

Browse files
committed
updated readme
1 parent 5cbd5bc commit fc95588

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,13 @@ gem install browserstack-local
3434
* `localIdentifier`: If doing simultaneous multiple local testing connections, set this uniquely for different processes
3535
* `hosts`: List of hosts and ports where Local must be enabled for eg. localhost,3000,1,localhost,3001,0
3636
* `logfile`: Path to file where Local logs be saved to
37+
* `binary_path`: Optional path to Local binary
38+
39+
## Build
40+
41+
To build gem, `rake build`.
3742

3843

3944
## Tests
4045

41-
To run the test suite run, `npm test`.
46+
To run the test suite run, `rake test`.

0 commit comments

Comments
 (0)