add pointers to other README files

This commit is contained in:
Damien Elmes 2020-09-09 10:01:42 +10:00
parent 8accd96823
commit 340c749d4c
2 changed files with 9 additions and 2 deletions

View file

@ -113,6 +113,9 @@ rustup update
cargo install ripgrep
```
Another way to build Anki on Linux is to use Docker - please see README.docker
for more information.
Mac users
----------

View file

@ -1,8 +1,12 @@
Anki in Docker
==============
Docker provides a standard method of installing software. This is particularly helpful
when software requires a complex set of dependencies, like Anki.
Anki can optionally be built and run with Docker, which will automate the
installation of Anki's build dependencies. The instructions below cover running
Docker on Linux; to run it on other platforms you will need to run an X server
and adapt the instructions.
For information on building Anki outside of Docker, please see README.development.
## Running Anki in Docker