mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
Improved README with clearer and more idiomatic English
This commit is contained in:
parent
539054c34d
commit
108757efc8
1 changed files with 12 additions and 13 deletions
25
README.md
25
README.md
|
@ -2,32 +2,31 @@
|
|||
|
||||
[](https://buildkite.com/ankitects/anki-ci)
|
||||
|
||||
This repo contains the source code for the computer version of
|
||||
[Anki](https://apps.ankiweb.net).
|
||||
Welcome to the source code repository for **Anki**. It's a popular spaced repetition program that helps you remember things more efficiently using flashcards.
|
||||
|
||||
# About
|
||||
## About Anki
|
||||
|
||||
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
|
||||
building the code, please see [Anki betas](https://betas.ankiweb.net/)
|
||||
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/)
|
||||
|
||||
### Developing
|
||||
### Developing Anki
|
||||
|
||||
For more information on building and developing, please see [Development](./docs/development.md).
|
||||
For detailed instructions on building and contributing to Anki, please see our [Development Guide](./docs/development.md).
|
||||
|
||||
### Contributing
|
||||
|
||||
Want to contribute to Anki? Check out the [Contribution Guidelines](./docs/contributing.md).
|
||||
We welcome contributions from everyone! To get started, please read the [Contribution Guidelines](./docs/contributing.md).
|
||||
|
||||
### Anki Contributors
|
||||
|
||||
A big thanks to all the people who have contributed to Anki:
|
||||
[CONTRIBUTORS](./CONTRIBUTORS)
|
||||
|
||||
# License
|
||||
## License
|
||||
|
||||
Anki's license: [LICENSE](./LICENSE)
|
||||
Anki is licensed under: [LICENSE](./LICENSE)
|
||||
|
|
Loading…
Reference in a new issue