Skip to content

Commit

Permalink
add hook reminds (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
asukaminato0721 authored Mar 6, 2024
1 parent ba9d65a commit 3d0dd3a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,17 @@ The Free Spaced Repetition Scheduler ([FSRS](https://github.com/open-spaced-repe
FSRS-rs is a Rust implementation of FSRS. It is designed to be used in [Anki](https://apps.ankiweb.net/), a popular spaced repetition software. [Anki 23.10](https://github.com/ankitects/anki/releases/tag/23.10) has already integrated FSRS as an alternative scheduler.

For more information about the algorithm, please refer to [the wiki page of FSRS](https://github.com/open-spaced-repetition/fsrs4anki/wiki/The-Algorithm).

---

## Development

add

```sh
#!/bin/sh
cargo fmt
cargo clippy -- -D warnings
```

to `.git/hooks/pre-commit`, then `chmod +x .git/hooks/pre-commit`

0 comments on commit 3d0dd3a

Please sign in to comment.