mirror of
https://git.verdigado.com/NB-Public/simple-wkd.git
synced 2024-12-05 03:12:50 +01:00
README.md: fix settings filename in the development instructions
This commit is contained in:
parent
a61f03f412
commit
f46d4f8624
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ $ pnpm install && pnpm build
|
|||
$ cd ..
|
||||
# Copy necessary files to the backend folder
|
||||
$ cp -r website/dist assets/webpage && cp -r assets backend/assets
|
||||
$ cp example.config.toml backend/example.toml
|
||||
$ cp example.config.toml backend/config.toml
|
||||
# Run the server
|
||||
$ cd backend
|
||||
$ cargo run
|
||||
|
|
Loading…
Reference in a new issue