From 173d396d3731c9c0eb9da1af9fcdee988fa84317 Mon Sep 17 00:00:00 2001 From: SoftFever Date: Sat, 14 Jun 2025 16:41:38 +0000 Subject: [PATCH] Updated Wiki content --- How-to-build.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/How-to-build.md b/How-to-build.md index 49553c0..c414bad 100644 --- a/How-to-build.md +++ b/How-to-build.md @@ -188,6 +188,6 @@ All required dependencies will be installed automatically by the provided shell ### Instructions ```shell -sudo ./BuildLinux.sh -u # Install dependencies -./BuildLinux.sh -dsi # Build OrcaSlicer +`./build_linux.sh -u` # install dependencies +`./build_linux.sh -disr` # build OrcaSlicer ```