mirror of
https://github.com/Jackett/Jackett
synced 2025-01-03 13:46:10 +00:00
recommend dotnet-sdk-8.0 in README
This commit is contained in:
parent
57044577b9
commit
3176063cd3
1 changed files with 1 additions and 1 deletions
|
@ -957,7 +957,7 @@ dotnet publish Jackett.Server -f net8.0 --self-contained -r osx-x64 -c Debug # t
|
|||
|
||||
|
||||
```bash
|
||||
sudo apt install nuget msbuild dotnet-sdk-6.0 # install build tools (Debian/ubuntu)
|
||||
sudo apt install nuget msbuild dotnet-sdk-8.0 # install build tools (Debian/ubuntu)
|
||||
git clone https://github.com/Jackett/Jackett.git
|
||||
cd Jackett/src
|
||||
|
||||
|
|
Loading…
Reference in a new issue