File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,29 +14,29 @@ _<center>Forest Launcher - an application made with Walnut</center>_
1414
1515## Getting Started
1616
17- In order to clone the repository, you'll need to grab the submodules. To do that, you will need the following command line :
17+ In order to fuly clone the repository run the following command:
1818
1919``` bash
2020git clone --recurse-submodules https://github.com/StudioCherno/Walnut.git
2121```
2222
2323Once you've cloned the repository, you can run one of the following setup scripts to generate Visual Studio 2022 solution/project files.
2424
25- * on Windows command standard line ( cmd.exe): *
25+ _ on Windows using the command prompt cmd.exe: _
2626
27- ``` bash
28- ./scripts/setup .bat
27+ ``` cmd
28+ ./scripts/Setup .bat
2929```
3030
31- * on Windows Powershell:*
31+ _ on Windows Powershell:_
3232
33- ``` bash
33+ ``` powershell
3434./scripts/Setup.ps1
3535```
3636
37- * or , if you have premake already installed:*
37+ _ or , if you have premake already installed:_
3838
39- ``` bash
39+ ``` powershell
4040premake5 vs2022
4141```
4242
You can’t perform that action at this time.
0 commit comments