asdfjkl / pgn2anki

Convert PGN with opening repertoire to Anki deck
GNU General Public License v3.0
14 stars 2 forks source link

Readme Command line instructions are incorrect #2

Closed kalegood closed 7 years ago

kalegood commented 7 years ago

If I copy and paste the command line argument given in the readme, an error shows. Two dashes are needed. Correct is:

./pgn2anki --pgn 'sample.pgn' --depth '5' --player 'White'

asdfjkl commented 7 years ago

Thanks for spotting! This is fixed now.