mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Update instructions for running with the dotnet cli
This commit is contained in:
parent
0a9b7c868e
commit
6039c6200f
@ -126,8 +126,7 @@ To run the server from the command line you can use the `dotnet run` command. Th
|
||||
|
||||
```bash
|
||||
cd jellyfin # Move into the repository directory
|
||||
cd Jellyfin.Server # Move into the server startup project directory
|
||||
dotnet run # Run the server startup project
|
||||
dotnet run --project Jellyfin.Server # Run the server startup project
|
||||
```
|
||||
|
||||
A second option is to build the project and then run the resulting executable file directly. When running the executable directly you can easily add command line options. Add the `--help` flag to list details on all the supported command line options.
|
||||
|
Loading…
x
Reference in New Issue
Block a user