From 7cfb59691e03d33923c8aafb5b02c301f7afd23e Mon Sep 17 00:00:00 2001 From: OrcaSlicerBot Date: Thu, 26 Mar 2026 20:00:07 +0000 Subject: [PATCH] Updated Wiki content --- developer-reference/How-to-build.md | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/developer-reference/How-to-build.md b/developer-reference/How-to-build.md index 7a35e6b..706fd08 100644 --- a/developer-reference/How-to-build.md +++ b/developer-reference/How-to-build.md @@ -57,14 +57,8 @@ How to building with Visual Studio on Windows 64-bit. winget install --id=Git.Git -e ``` -- [git-lfs](https://git-lfs.com/) - - ```pwsh - winget install --id=GitHub.GitLFS -e - ``` - > [!TIP] -> GitHub Desktop (optional): A GUI for Git and Git LFS, which already includes both tools. +> GitHub Desktop (optional): A GUI for Git that can simplify repository management and branch control. > > ```pwsh > winget install --id=GitHub.GitHubDesktop -e @@ -96,12 +90,6 @@ How to building with Visual Studio on Windows 64-bit. git clone https://github.com/OrcaSlicer/OrcaSlicer ``` - 2. Run lfs to download tools on Windows: - - ```pwsh - git lfs pull - ``` - 2. Open the appropriate command prompt: ```MD