Skip to content

Commit

Permalink
Edit how to get deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Arslanbekov Denis committed Jan 21, 2018
1 parent c57b3a5 commit 3511aed
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 3511aed

Please sign in to comment.