diff --git a/Building-from-Source.md b/Building-from-Source.md index 32427a8..989028d 100644 --- a/Building-from-Source.md +++ b/Building-from-Source.md @@ -30,13 +30,13 @@ All package builds begin with the first two steps (for Linux/OSX; alter as neede ### Windows (64 bit) -1. Install the dotnet core SDK 2.2 from [Microsoft's Webpage](https://dotnet.microsoft.com/download/dotnet-core/2.2) and [install Git for Windows](https://gitforwindows.org/) -2. Set `executionpolicy` to unrestricted. -3. Run the Jellyfin build script: `build-jellyfin.ps1` +3. Install the dotnet core SDK 2.2 from [Microsoft's Webpage](https://dotnet.microsoft.com/download/dotnet-core/2.2) and [install Git for Windows](https://gitforwindows.org/) +4. Set `executionpolicy` to unrestricted. +5. Run the Jellyfin build script: `build-jellyfin.ps1` * The `-WindowsVersion` and `-Architecture` flags can optimize the build for your current environment; the default is generic Windows x64. * The `-InstallLocation` flag lets you select where the compiled binaries go; the default is `$Env:AppData\Jellyfin-Server\` . * The `-InstallFFMPEG` flag will automatically pull the stable `ffmpeg` binaries appropriate to your architecture (x86/x64 only for now) from [Zeranoe](https://ffmpeg.zeranoe.com/builds/) and place them in your Jellyfin directory. -4. (Optional) Use [NSSM](https://nssm.cc/) to configure Jellyfin to run as a service -5. Jellyfin is now available in the default directory (or the directory you chose). Assuming you kept the default directory, to start it from a Powershell window, run, `&"$env:APPDATA\Jellyfin-Server\jellyfin.exe"`. To start it from CMD, run, `%APPDATA%\Jellyfin-Server\jellyfin.exe` \ No newline at end of file +6. (Optional) Use [NSSM](https://nssm.cc/) to configure Jellyfin to run as a service +7. Jellyfin is now available in the default directory (or the directory you chose). Assuming you kept the default directory, to start it from a Powershell window, run, `&"$env:APPDATA\Jellyfin-Server\jellyfin.exe"`. To start it from CMD, run, `%APPDATA%\Jellyfin-Server\jellyfin.exe` \ No newline at end of file