Skip to content
This repository was archived by the owner on Aug 30, 2020. It is now read-only.

Commit c7cd450

Browse files
committed
update Readme
1 parent f5787a5 commit c7cd450

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,13 @@ Given an `xpath` and a link, one could extract price information from the websit
1010

1111
Dependencies:
1212

13-
- go 1.8.3 (should work with higher versions)
14-
- dep v0.5.0
15-
- and those listed in `Gopkg.toml`
13+
- go 1.2+ (should work with higher versions)
14+
- use go module
1615

1716
In the project directory, run
1817

1918
```bash
20-
make install-deps build
19+
go build
2120
```
2221

2322
## Important fix in chromedp

0 commit comments

Comments
 (0)