File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ conan profile detect
5050
5151** Windows:**
5252
53- ``` bash
53+ ``` shell
5454conan install . --build=missing -s compiler.cppstd=20 -c tools.cmake.cmaketoolchain:generator=Ninja
5555```
5656
@@ -64,13 +64,13 @@ conan install . --build=missing -s compiler.cppstd=20 -s compiler.libcxx=libc++
6464
6565** Windows (cmd):**
6666
67- ``` cmd
67+ ``` shell
6868.\b uild\R elease\g enerators\c onanbuild.bat
6969```
7070
7171** Windows (PowerShell):**
7272
73- ``` powershell
73+ ``` shell
7474.\b uild\R elease\g enerators\c onanbuild.ps1
7575```
7676
Original file line number Diff line number Diff line change @@ -47,8 +47,7 @@ dependencies = [
4747dynamic = [" version" ]
4848
4949[project .optional-dependencies ]
50- test = [" pytest" ]
51- dev = [" endstone-stubgen" ]
50+ dev = [" endstone-stubgen" , " pytest" ]
5251
5352[project .urls ]
5453Changelog = " https://endstone.readthedocs.io/en/latest/changelog"
You can’t perform that action at this time.
0 commit comments