fix: remove git-lfs

we dont use it anymore
pull/3281/head
yougotwill 3 months ago
parent f39e26e060
commit 0b8cf1f61d

@ -108,14 +108,6 @@ pip install setuptools
brew install git
```
- Install [Git-LFS](https://git-lfs.com/)
We recommend using Homebrew to install Git-LFS.
```sh
brew install git-lfs
```
- Install [Node.JS](https://nodejs.org/en/download/)
We recommend using [nvm](https://github.com/creationix/nvm) or [asdf](https://asdf-vm.com/).
@ -174,12 +166,6 @@ Setup instructions for Windows using Chocolatey:
choco install git
```
- Install [Git-LFS](https://git-lfs.com/)
```sh
choco install git-lfs
```
- Install [CMake](https://cmake.org/download/)
CMake does not add itself to the system path by default, so you'll need specify the `ADD_CMAKE_TO_PATH` argument.

Loading…
Cancel
Save