stevenleeg/harvest-touchbar

Missing argument in installation instructions

borna761 opened this issue · 1 comments

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.

Good catch. Just updated the docs, thanks!