From 97698ec20777f410a6583f7650577108333f4e86 Mon Sep 17 00:00:00 2001 From: rmanach Date: Mon, 3 Oct 2022 17:43:59 +0200 Subject: [PATCH] update README (add doc part) --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 08994f9..b43427c 100644 --- a/README.md +++ b/README.md @@ -40,3 +40,9 @@ pip install -r requirements # launch the tests python -m unitest ``` + +## Documentation +```bash +# add the '--open' arg to open the doc on a browser +cargo doc --no-deps +```