Skip to content

Commit 2630847

Browse files
authored
Update README.md
1 parent ba12f80 commit 2630847

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

README.md

+10-3
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,12 @@ You will need some component of [dotnet 7](https://dotnet.microsoft.com/en-us/do
1919
- `ASP.NET Core Runtime`
2020
- `.NET Runtime`
2121

22-
If you want to build the project, you will just need the `SDK`. The needed commands can be found in CI directory but some may not work directly on your machine.
23-
2422
You will need to run the app with admin privilege on both Linux and Windows.
2523

2624
If you have any troubles, check out the [faq](./assets/faq.md).
2725

28-
Issues, enhancement requests and PR are welcomed!
26+
**Issues, enhancement requests and PR are welcomed!**
27+
2928

3029
## Configurations files
3130

@@ -36,6 +35,14 @@ Issues, enhancement requests and PR are welcomed!
3635

3736
On Linux, maybe you will need to download libsensors and execute sensors-detect.
3837

38+
39+
## Build
40+
- On Windows, if you want to build the project, you will just need the `SDK` of [dotnet 7](https://dotnet.microsoft.com/en-us/download/dotnet/7.0).
41+
- On Linux, you will need a [JDK](https://jdk.java.net/java-se-ri/17).
42+
43+
The needed commands can be found in CI directory.
44+
45+
3946
## Plans (not in this order)
4047

4148
- [x] Support Linux

0 commit comments

Comments
 (0)