Skip to content

Commit 6fcb9f5

Browse files
committed
Readme, again
1 parent ad6f105 commit 6fcb9f5

1 file changed

Lines changed: 11 additions & 7 deletions

File tree

README.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,24 +27,28 @@
2727
> [!NOTE]
2828
> The following required dependencies must be met in order to compile from source. Dotnet runtime is required to run the mod framework on every location.
2929
30-
## Dependencies ![Required Badge](https://img.shields.io/badge/REQUIRED-darkred)
30+
## Dependencies
3131

32-
- ### [DotNet Runtime](https://dotnet.microsoft.com/en-us/download/dotnet) (8+)
33-
- ### [CMake](https://cmake.org/download/) (3.22+)
34-
- ### [Visual Studio](https://visualstudio.microsoft.com/downloads/) (2022+)
32+
- ### [.NET 8+ Runtime](https://dotnet.microsoft.com/en-us/download/dotnet)
3533

3634
## How to Build
3735

38-
1. Clone the repo
36+
1. Install the [.NET 8+ SDK](https://dotnet.microsoft.com/en-us/download/dotnet)
37+
38+
2. Install [CMake 3.22+](https://cmake.org/download/)
39+
40+
3. Install [Visual Studio 2022+](https://visualstudio.microsoft.com/downloads/) with the <b>Desktop development with C++</b> package
41+
42+
4. Clone the repo
3943
```bash
4044
git clone https://github.com/PoofImaFox/PalworldManagedModFramework
4145
```
42-
2. Change directory to `Build`
46+
5. Change directory to `Build`
4347
```sh
4448
cd ./Build
4549
```
4650

47-
3. Execute install script.
51+
6. Run the build script
4852

4953
- ![Windows Badge](https://img.shields.io/badge/Windows-blue)
5054
```sh

0 commit comments

Comments
 (0)