Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
danvk committed Sep 13, 2014
1 parent ef84720 commit 6a56ab6
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,14 @@ You could use it, for instance, to generate test and training data for a Machine
Quick Start
-----------

Install:

npm install -g localturk

Run:

npm install express commander csv
git clone https://github.com/danvk/localturk.git
cd localturk/sample
../localturk.js --static_dir . transcribe.html tasks.csv outputs.csv
localturk --static_dir . transcribe.html tasks.csv outputs.csv

Then visit http://localhost:4321/ to start Turking.

Expand Down Expand Up @@ -55,4 +57,3 @@ Now you can visit http://localhost:4321/ to complete each task. When you're done
image_url,has_button
http://example.com/image_with_red_ball.png,yes
http://example.com/image_without_red_ball.png,no

0 comments on commit 6a56ab6

Please sign in to comment.