This commit is contained in:
AmandaSternberg-creator 2025-09-17 15:23:46 +08:00 committed by GitHub
commit 292e2ea527
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 13 additions and 13 deletions

View file

@ -243,6 +243,7 @@ Lee Doughty <32392044+leedoughty@users.noreply.github.com>
memchr <memchr@proton.me> memchr <memchr@proton.me>
Max Romanowski <maxr777@proton.me> Max Romanowski <maxr777@proton.me>
Aldlss <ayaldlss@gmail.com> Aldlss <ayaldlss@gmail.com>
Amanda Sternberg <https://github.com/AmandaSternberg-creator>
******************** ********************

View file

@ -2,32 +2,31 @@
[![Build status](https://badge.buildkite.com/c9edf020a4aec976f9835e54751cc5409d843adbb66d043bd3.svg?branch=main)](https://buildkite.com/ankitects/anki-ci) [![Build status](https://badge.buildkite.com/c9edf020a4aec976f9835e54751cc5409d843adbb66d043bd3.svg?branch=main)](https://buildkite.com/ankitects/anki-ci)
This repo contains the source code for the computer version of Welcome to the source code repository for **Anki**, a spaced repetition program that uses flashcards to make learning more effective.
[Anki](https://apps.ankiweb.net).
# About ## About
Anki is a spaced repetition program. Please see the [website](https://apps.ankiweb.net) to learn more. Anki is a spaced repetition program designed to make learning easier and more effective. Learn more on the [official website](https://apps.ankiweb.net)
# Getting Started ## Getting Started
### Anki Betas ### Using Anki Betas
If you'd like to try development builds of Anki but don't feel comfortable If you'd like to try development builds of Anki but don't feel comfortable building the code yourself, check out the [Anki betas](https://betas.ankiweb.net/)
building the code, please see [Anki betas](https://betas.ankiweb.net/)
### Developing ### Developing
For more information on building and developing, please see [Development](./docs/development.md). For detailed instructions on building and contributing to Anki, see our [Development Guide](./docs/development.md)
### Contributing ### Contributing
Want to contribute to Anki? Check out the [Contribution Guidelines](./docs/contributing.md). We welcome contributions from everyone! To get started, read the [Contribution Guidelines](./docs/contributing.md)
### Anki Contributors ### Contributors
A big thanks to all the people who have contributed to Anki:
[CONTRIBUTORS](./CONTRIBUTORS) [CONTRIBUTORS](./CONTRIBUTORS)
# License ## License
Anki's license: [LICENSE](./LICENSE) Anki is licensed under: [LICENSE](./LICENSE)