commit 1aa5b6002311aa8bf573777f9388746443a6c58c parent 78823600603baa38038fcfd10135c1a253bcdc58 Author: lash <dev@holbrook.no> Date: Sun, 14 Jul 2024 01:28:52 +0100 Correct build line in readme Diffstat:
M | README.adoc | | | 2 | +- |
M | README.md | | | 2 | +- |
M | README.txt | | | 2 | +- |
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.adoc b/README.adoc @@ -13,7 +13,7 @@ Build Rustup example: -`rustup run 1.67 cargo build -v --bin --all-features --release` +`rustup run 1.67 cargo build -v --bin wala --all-features --release` Running diff --git a/README.md b/README.md @@ -18,7 +18,7 @@ Please consider setting a reverse proxy in front of it. Rustup example: -`rustup run 1.67 cargo build -v --bin --all-features --release` +`rustup run 1.67 cargo build -v --bin wala --all-features --release` # Running diff --git a/README.txt b/README.txt @@ -13,7 +13,7 @@ Build Rustup example: -rustup run 1.67 cargo build -v --bin --all-features --release +rustup run 1.67 cargo build -v --bin wala --all-features --release Running