From b92e5c31bc6f9fd38fc95b7134c1644825bf018c Mon Sep 17 00:00:00 2001 From: Bauke Date: Mon, 26 Sep 2022 11:48:08 +0200 Subject: [PATCH] Fix deploy instruction. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dd2a505..63ff66d 100644 --- a/README.md +++ b/README.md @@ -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