X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;f=README.md;h=d78b1f1d54e4ae1025280608f4136ad776480796;hb=b6235fb76ce82f96503cda83eebe8106320b2a0d;hp=120c61003a6bb83586b93f26523f66a39955dd75;hpb=e6a0055ac1429d96ce37ab593e571a67b63dec63;p=recipes.git diff --git a/README.md b/README.md index 120c610..d78b1f1 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,41 @@ -== Autoreload +# Use cases -https://actix.rs/docs/autoreload/ +## Create a recipe +(A group is automatically created) +## Create a groupe -== Documentation +## Move a group + +## Delete a group + +## Create a step + +## Move a step + +## Delete a step + +# Technical + +## Cross-compilation on Windows 11 + +The toolchain for Raspberry Pi 64 bits is available here: https://gnutoolchains.com/raspberry64/ + + +## How to install service on RPI Zero + +1. Copy doc/recipes.service to /lib/systemd/system +2. Enabled it: #> systemctl enable recipes + + +## Useful URLs * Rust patterns : https://github.com/rust-unofficial/patterns/tree/master/patterns * Rusqlite (SQLite) : https://docs.rs/rusqlite/0.20.0/rusqlite/ + +## How to develop + +Autoreload: https://actix.rs/docs/autoreload/ + + +