anki-sync-server
anki-sync-server copied to clipboard
Location of example.ini updated
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.
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.
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.
Ah, my mistake about 'anki-bundled'. The information you mention about git clone --recursive should also be added to the README. :-)