Update README
This commit is contained in:
parent
b4411ae892
commit
2fe706c5a9
1 changed files with 5 additions and 5 deletions
10
README.md
10
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`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue