diff --git a/README.md b/README.md index 7ce5d98..b91416e 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ ankisyncd ========= A personal Anki sync server (so you can sync against your own server rather than -AnkiWeb). This version has been modified to remove the REST API, which makes it -possible to drop some dependencies. +AnkiWeb). This version has been modified from dsnopek's Anki Sync Server to +remove the REST API, which makes it possible to drop some dependencies. Installing ---------- @@ -56,24 +56,6 @@ install some of the dependencies we need there: $ ./ankisyncctl.py stop -### Via AUR - -For Arch Linux, ankisyncd is also available on AUR: https://aur.archlinux.org/packages/ankisyncd-git/ - -Use your AUR wrapper to install or run the commands below to install manually from PKGBUILD. - - $ wget https://codeload.github.com/jdoe0/ankisyncd-pkgbuild/zip/master - $ unzip master - $ cd ankisyncd-pkgbuild-master - $ makepkg -s - $ sudo pacman -U *.xz - -Configuration file is at /etc/ankisyncd/ankisyncd.conf - -To start the server run: - - $ sudo systemctl start ankisyncd - Setting up Anki ---------------