From 2fe706c5a9c87bde7f32dece37ba67e9328ab01b Mon Sep 17 00:00:00 2001 From: Greg Burri Date: Sat, 12 Apr 2025 16:00:58 +0200 Subject: [PATCH] Update README --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0416d15..b5e94f0 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ -**Recipes** is a multi-user website to manage and publish cooking recipes. +*Recipes* is a multi-user website to manage and publish cooking recipes. -# Prerequisite +# Prerequisites * Rust: https://www.rust-lang.org/ * Trunk: https://trunkrs.dev/ * Nushell: https://www.nushell.sh/ * Sass: https://sass-lang.com/ -# Launch in debug mode +# Run in debug mode ```$> nu do.nu run``` @@ -21,7 +21,7 @@ First install cargo watch: ```$> cargo install cargo-watch``` -In directory */backend* type: +In directory `backend` type: ```$> cargo watch -x run``` @@ -31,7 +31,7 @@ In directory */backend* type: As root: -1. Copy */doc/recipes.service* to */lib/systemd/system/* +1. Copy `doc/recipes.service` to `/lib/systemd/system/` 2. Change the values of `User`, `WorkingDirectory` and `ExecStart`. 2. Enabled it: `#> systemctl enable recipes` 3. Launch it: `#> systemctl start recipes`