You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-3
Original file line number
Diff line number
Diff line change
@@ -19,13 +19,12 @@ You will need some component of [dotnet 7](https://dotnet.microsoft.com/en-us/do
19
19
-`ASP.NET Core Runtime`
20
20
-`.NET Runtime`
21
21
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
-
24
22
You will need to run the app with admin privilege on both Linux and Windows.
25
23
26
24
If you have any troubles, check out the [faq](./assets/faq.md).
27
25
28
-
Issues, enhancement requests and PR are welcomed!
26
+
**Issues, enhancement requests and PR are welcomed!**
27
+
29
28
30
29
## Configurations files
31
30
@@ -36,6 +35,14 @@ Issues, enhancement requests and PR are welcomed!
36
35
37
36
On Linux, maybe you will need to download libsensors and execute sensors-detect.
38
37
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).
0 commit comments