0
0
Fork 0
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:
RisingOpsNinja 2024-08-29 08:40:45 +02:00 committed by GitHub
parent a61f03f412
commit f46d4f8624
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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