anki-sync-server icon indicating copy to clipboard operation
anki-sync-server copied to clipboard

Location of example.ini updated

Open dper opened this issue 11 years ago • 3 comments

The example.ini file is, when installed via pip, in the subdirectory 'examples'. It's not in the Python library sub-sub-sub directory as previously indicated.

dper avatar Nov 07 '14 06:11 dper

This provides some updates to the README and fixes a few small typos. With these changes, you can once again get the server running.

Bear in mind that I haven't yet tested the server, and there may be various concerns about what versions of what clients work with what servers, but under the old documentation, you couldn't even run the server.

dper avatar Nov 09 '14 05:11 dper

Thanks! Most of these changes look great! However, the stuff about 'anki-bundled' is incorect. That directory is actually part of this repo as a submodule. So, to populate 'anki-bundled' you can either use git clone --recursive when you first clone the repo, or git pull --recurse-submodules after the fact.

dsnopek avatar Dec 16 '14 13:12 dsnopek

Ah, my mistake about 'anki-bundled'. The information you mention about git clone --recursive should also be added to the README. :-)

dper avatar Dec 16 '14 23:12 dper