diff options
| author | crobibero <cody@robibe.ro> | 2020-11-15 13:31:47 -0700 |
|---|---|---|
| committer | crobibero <cody@robibe.ro> | 2020-11-15 13:31:47 -0700 |
| commit | 185fac0677fd5c5ce46e5dc8156a852efb3e21c8 (patch) | |
| tree | 4305968a2aa820cc03b0de4479dc2002f05698ba /README.md | |
| parent | 2f426dfc97677deffb60420078b20a7f5f03977e (diff) | |
Upgrade all netcore3.1 to net5.0
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -142,7 +142,7 @@ A second option is to build the project and then run the resulting executable fi ```bash dotnet build # Build the project - cd bin/Debug/netcoreapp3.1 # Change into the build output directory + cd bin/Debug/net5.0 # Change into the build output directory ``` 2. Execute the build output. On Linux, Mac, etc. use `./jellyfin` and on Windows use `jellyfin.exe`. |
