Anki: Difference between revisions

Add instructions on how to install anki addons
Both unstable and stable host anki 25.09.2 and anki-bin 25.02.5 so anki is newer now
 
Line 4: Line 4:


== Installation ==
== Installation ==
<code>anki-bin</code> is recommended over <code>anki</code>, due to <code>anki</code> being out of date (at the time of writing). Using old versions of <code>anki</code> may lead to decks being incompatible with newer versions.
<code>anki</code> is recommended over <code>anki-bin</code>, due to <code>anki-bin</code> being out of date (at the time of writing). Using old versions of <code>anki-bin</code> may lead to decks being incompatible with newer versions.


;NixOs
;NixOs
  environment.systemPackages = [
  environment.systemPackages = [
   pkgs.anki-bin
   pkgs.anki
  ];
  ];


;nix-shell
;nix-shell
<code>$ nix-shell -p anki-bin</code>
<code>$ nix-shell -p anki</code>


== Installing Addons ==
== Installing Addons ==