Browse Source

Update 'README.md'

天问 1 year ago
parent
commit
ca6d87d467
1 changed files with 9 additions and 1 deletions
  1. 9 1
      README.md

+ 9 - 1
README.md

@@ -1,3 +1,11 @@
 # jellyfin
 
-C# .net core 视频管理系统
+C# .net core 视频管理系统
+
+```
+dotnet build                       # Build the project
+cd Jellyfin.Server/bin/Debug/net7.0 # Change into the build output directory
+
+./jellyfin
+```
+