mirror of
https://github.com/Jackett/Jackett
synced 2024-12-30 19:58:39 +00:00
README: hide linux mono instructions
This commit is contained in:
parent
56433c5aa3
commit
9b3bdc9f36
1 changed files with 3 additions and 2 deletions
|
@ -484,12 +484,13 @@ cd Jackett/src
|
|||
# dotnet core version
|
||||
dotnet publish Jackett.Server -f netcoreapp2.2 --self-contained -r linux-x64 -c Debug # takes care of everything
|
||||
./Jackett.Server/bin/Debug/netcoreapp2.2/linux-x64/JackettConsole # run jackett
|
||||
|
||||
```
|
||||
<!--
|
||||
# mono version (currently broken)
|
||||
nuget restore Jackett.sln # prepare dependencies
|
||||
msbuild Jackett.Server/Jackett.Server.csproj /t:Build /p:Configuration=Debug # compile
|
||||
mono Jackett.Server/bin/Debug/JackettServer.exe # run jackett
|
||||
```
|
||||
-->
|
||||
|
||||
## Screenshots
|
||||
|
||||
|
|
Loading…
Reference in a new issue