mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 15:32:23 -04:00
add pointers to other README files
This commit is contained in:
parent
8accd96823
commit
340c749d4c
2 changed files with 9 additions and 2 deletions
|
@ -113,6 +113,9 @@ rustup update
|
||||||
cargo install ripgrep
|
cargo install ripgrep
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Another way to build Anki on Linux is to use Docker - please see README.docker
|
||||||
|
for more information.
|
||||||
|
|
||||||
Mac users
|
Mac users
|
||||||
----------
|
----------
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,12 @@
|
||||||
Anki in Docker
|
Anki in Docker
|
||||||
==============
|
==============
|
||||||
|
|
||||||
Docker provides a standard method of installing software. This is particularly helpful
|
Anki can optionally be built and run with Docker, which will automate the
|
||||||
when software requires a complex set of dependencies, like Anki.
|
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
|
## Running Anki in Docker
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue