Skip to content

Commit a01a6ae

Browse files
committed
docs: clarify cloning instructions and correct command block languages in README.
1 parent 615610c commit a01a6ae

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff 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
2020
git clone --recurse-submodules https://github.com/StudioCherno/Walnut.git
2121
```
2222

2323
Once 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
4040
premake5 vs2022
4141
```
4242

0 commit comments

Comments
 (0)