summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authors7hoang2020-05-29 09:56:39 -0400
committers7hoang2020-05-29 10:00:22 -0400
commit199706a279492eff7312a269bb545b41ea90a03e (patch)
treed6b541a698256dca89b6f805840845fe9649ad54
parente7dbdc02ac443bd8e691d1c2f8b722ec52749751 (diff)
downloadaur-199706a279492eff7312a269bb545b41ea90a03e.tar.gz
Update Post Install Instructions For Running Bundled Anki Client
There's a non obvious detail that I neglected to mention (since I never use this myself) about getting the bundled client to work.
-rw-r--r--anki-sync-server.install8
1 files changed, 8 insertions, 0 deletions
diff --git a/anki-sync-server.install b/anki-sync-server.install
index b5a880a2cfea..42e848b37ca8 100644
--- a/anki-sync-server.install
+++ b/anki-sync-server.install
@@ -80,6 +80,14 @@ Run Bundled Anki Client:
execute:
/opt/anki-sync-server/anki-bundled/runanki
+
+you'll need most of the optional dependencies installed before running it
+though.
+
+Also "aqt.forms" is a module you'll have to build yourself using the following script:
+
+ /opt/anki-sync-server/anki-bundled/tools/build_ui.sh
+
=======================================================================
EOF
}