Missing argument in installation instructions
borna761 opened this issue · 1 comments
borna761 commented
The installation instructions in the readme say to run the following command:
$ ruby harvest.rb | pbcopy
Looking at the code, the argument -j is missing:
$ ruby harvest.rb -j | pbcopy
I did not have access to create a branch myself, but running that instead worked.
stevenleeg commented
Good catch. Just updated the docs, thanks!