Update installation methods
This commit is contained in:
parent
02cd2cfe04
commit
01776197ec
1 changed files with 7 additions and 9 deletions
16
README.org
16
README.org
|
@ -1,21 +1,19 @@
|
||||||
anki-editor -- an Emacs package that helps you create Anki cards in Org-mode
|
anki-editor -- an Emacs package that helps you create Anki cards in Org-mode
|
||||||
|
|
||||||
* Requirements
|
* Installation
|
||||||
|
|
||||||
|
*Requirements*
|
||||||
- [[https://github.com/FooSoft/anki-connect#installation][anki-connect]],
|
- [[https://github.com/FooSoft/anki-connect#installation][anki-connect]],
|
||||||
an Anki add-on required by this package to interact with Anki.
|
an Anki add-on required by this package to interact with Anki.
|
||||||
- curl
|
- curl
|
||||||
|
|
||||||
|
If you have [[http://melpa.org/][MELPA]] in your =package-archives=,
|
||||||
|
just =M-x package-install RET anki-editor RET=, or install it
|
||||||
|
manually by downloading and visiting [[anki-editor.el]] in your
|
||||||
|
emacs buffer, and =M-x package-install-from-buffer RET=.
|
||||||
|
|
||||||
* Usage
|
* Usage
|
||||||
|
|
||||||
** Installation
|
|
||||||
|
|
||||||
- Clone this repo and add the directory to your Emacs' =load-path=,
|
|
||||||
then =(require 'anki-editor)=.
|
|
||||||
- Or if you use =package.el=, just download
|
|
||||||
[[./anki-editor.el][anki-editor.el]] and visit it in Emacs, then
|
|
||||||
=M-x package-install-file=.
|
|
||||||
|
|
||||||
** The Syntax
|
** The Syntax
|
||||||
|
|
||||||
Now you can compose Anki notes in Org syntax, e.g. lists, code
|
Now you can compose Anki notes in Org syntax, e.g. lists, code
|
||||||
|
|
Loading…
Reference in a new issue