Update README

This commit is contained in:
Greg Burri 2025-04-12 16:00:58 +02:00
parent b4411ae892
commit 2fe706c5a9

View file

@ -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/ * Rust: https://www.rust-lang.org/
* Trunk: https://trunkrs.dev/ * Trunk: https://trunkrs.dev/
* Nushell: https://www.nushell.sh/ * Nushell: https://www.nushell.sh/
* Sass: https://sass-lang.com/ * Sass: https://sass-lang.com/
# Launch in debug mode # Run in debug mode
```$> nu do.nu run``` ```$> nu do.nu run```
@ -21,7 +21,7 @@ First install cargo watch:
```$> cargo install cargo-watch``` ```$> cargo install cargo-watch```
In directory */backend* type: In directory `backend` type:
```$> cargo watch -x run``` ```$> cargo watch -x run```
@ -31,7 +31,7 @@ In directory */backend* type:
As root: 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. Change the values of `User`, `WorkingDirectory` and `ExecStart`.
2. Enabled it: `#> systemctl enable recipes` 2. Enabled it: `#> systemctl enable recipes`
3. Launch it: `#> systemctl start recipes` 3. Launch it: `#> systemctl start recipes`