Tell user to use cargo add

This commit is contained in:
René Kijewski 2023-03-07 09:55:27 +01:00 committed by Dirkjan Ochtman
parent 4233b3114f
commit d83d6abe2b

View File

@ -55,12 +55,10 @@ in a for-profit context, please consider supporting my open source work on
How to get started
------------------
First, add the following to your crate's `Cargo.toml`:
```toml
# in section [dependencies]
askama = "0.11.2"
First, add the Askama dependency to your crate's `Cargo.toml`:
```sh
cargo add askama
```
Now create a directory called `templates` in your crate root.