Skip to content

Commit 0d02ebb

Browse files
added hint for cloning the repo
1 parent 6e63543 commit 0d02ebb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,14 @@ Additionally, make sure that Scrapy-Splash is installed:
2222
Then run the Docker container on port 8050
2323

2424
$ docker run -it -p 8050:8050 scrapinghub/splash
25+
26+
Clone the project and change to the project directory
27+
28+
$ git clone https://github.com/doubleSlashde/scrapy-splash-exercise.git
29+
$ cd scrapy-splash-exercise
30+
2531

2632
For running the spider, enter the following command in your CLI:
2733

2834
$ scrapy crawl places_review_spider -o reviews.json
35+

0 commit comments

Comments
 (0)