Updated Wiki content

OrcaSlicerBot
2026-03-26 20:00:07 +00:00
parent 00420ddd73
commit 7cfb59691e

@@ -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