1
Fork 0

Fix deploy instruction.

This commit is contained in:
Bauke 2022-09-26 11:48:08 +02:00
parent 03d473fb8d
commit b92e5c31bc
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ Requires working installations of [Rust and Cargo](https://www.rust-lang.org/lea
* Install the dependencies with `pnpm install`.
* Build the website with `cargo run`.
* Deploy to Netlify with `pnpm deploy`.
* Deploy to Netlify with `pnpm run deploy`.
* Test the code with `pnpm test`.
## License