Updated README ()

* Update README.md

* Update CONTRIBUTORS

* Removed unnecessary elements to README.md
This commit is contained in:
Carlo Quick M.Ed 2023-10-11 00:11:07 -04:00 committed by GitHub
parent c052be9e25
commit 8d6b1e43bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 26 additions and 3 deletions

View File

@ -141,6 +141,7 @@ Mateusz Wojewoda <kawa1.11@o2.pl>
Jarrett Ye <jarrett.ye@outlook.com>
Sam Waechter <github.com/swektr>
Michael Eliachevitch <m.eliachevitch@posteo.de>
Carlo Quick <https://github.com/CarloQuick>
Dominique Martinet <asmadeus@codewreck.org>
********************

View File

@ -5,7 +5,29 @@
This repo contains the source code for the computer version of
[Anki](https://apps.ankiweb.net).
If you'd like to try development builds of Anki but don't feel comfortable
building the code, please see https://betas.ankiweb.net/
# About
For more information on building, please see [Development](./docs/development.md).
Anki is a spaced repetition program. Please see the [website](https://apps.ankiweb.net) to learn more.
# Getting Started
### Anki Betas
If you'd like to try development builds of Anki but don't feel comfortable
building the code, please see [Anki betas](https://betas.ankiweb.net/)
### Developing
For more information on building and developing, please see [Development](./docs/development.md).
### Contributing
Want to contribute to Anki? Check out the [Contribution Guidelines](./docs/contributing.md).
### Anki Contributors
[CONTRIBUTORS](./CONTRIBUTORS)
# License
Anki's license: [LICENSE](./LICENSE)