From d83d6abe2b6e1d7bd87f44b02516a40b057e2179 Mon Sep 17 00:00:00 2001 From: René Kijewski Date: Tue, 7 Mar 2023 09:55:27 +0100 Subject: Tell user to use `cargo add` --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 9055004..76b5491 100644 --- a/README.md +++ b/README.md @@ -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. -- cgit