Skip to content

Commit

Permalink
Merge pull request #7 from Arslanbekov/update-readme-dep
Browse files Browse the repository at this point in the history
How get deps
  • Loading branch information
vania-pooh authored Jan 21, 2018
2 parents c57b3a5 + 3511aed commit 2c94d6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
This repository contains source code for simple Selenium quota management binary.

## Building
We use [godep](https://github.com/tools/godep) for dependencies management so ensure it's installed before proceeding with next steps. To build the code:
We use [dep](https://github.com/golang/dep) for dependencies management so ensure it's installed before proceeding with next steps. To build the code:

1. Checkout this source tree: ```$ git clone https://github.com/seleniumkit/sctl.git```
2. Download dependencies: ```$ godep restore```
2. Download dependencies: ```$ dep ensure```
3. Build as usually: ```$ go build```

## Running
Expand Down

0 comments on commit 2c94d6d

Please sign in to comment.