mirror of
https://git.verdigado.com/NB-Public/simple-wkd.git
synced 2024-10-30 03:05:51 +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 ..
|
$ cd ..
|
||||||
# Copy necessary files to the backend folder
|
# Copy necessary files to the backend folder
|
||||||
$ cp -r website/dist assets/webpage && cp -r assets backend/assets
|
$ 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
|
# Run the server
|
||||||
$ cd backend
|
$ cd backend
|
||||||
$ cargo run
|
$ cargo run
|
||||||
|
|
Loading…
Reference in a new issue