aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorcrobibero <cody@robibe.ro>2020-11-15 13:31:47 -0700
committercrobibero <cody@robibe.ro>2020-11-15 13:31:47 -0700
commit185fac0677fd5c5ce46e5dc8156a852efb3e21c8 (patch)
tree4305968a2aa820cc03b0de4479dc2002f05698ba /README.md
parent2f426dfc97677deffb60420078b20a7f5f03977e (diff)
Upgrade all netcore3.1 to net5.0
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1786ed8de..1ab246f84 100644
--- a/README.md
+++ b/README.md
@@ -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`.