You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I love Anki, but am not that familiar with PHP. I was able to follow your instructions with one exception. Installing composer via these instructions left me with a composer.phar file and not a composer executable. I guess that is a "php archive" file and so running php composer.phar install worked for me.
It might be helpful for newbies to make this part more clear in the README. Just thought I'd offer the suggestion.
Thanks,
-Doug
The text was updated successfully, but these errors were encountered:
And then the deck was not created in the directory pointed to but rather in the directory I ran anki-dm from.
$ ls Anki-dm/Geography__USA_States
Geography__USA_States.json deck.json media
$ ./vendor/bin/anki-dm import Anki-dm/Geography__USA_States
Created deck: Geography::USA States
$ ls Anki-dm/Geography__USA_States
Geography__USA_States.json deck.json media
$ ls src
config.json data.csv deck.json decks desc.html media model.json style.css templates
$
Hi there,
I love Anki, but am not that familiar with PHP. I was able to follow your instructions with one exception. Installing composer via these instructions left me with a
composer.phar
file and not acomposer
executable. I guess that is a "php archive" file and so runningphp composer.phar install
worked for me.It might be helpful for newbies to make this part more clear in the README. Just thought I'd offer the suggestion.
Thanks,
-Doug
The text was updated successfully, but these errors were encountered: