diff options
| author | 0xflotus <0xflotus@gmail.com> | 2018-12-12 23:31:21 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-12-12 23:31:21 +0100 |
| commit | ffa682f22a00429eba03dfd038b88d144756e025 (patch) | |
| tree | 02afb2ca48060d88206580b978d0c90b2615b01d /README.md | |
| parent | ad4b73d1cbbaf9363d261c598082f9eba644b2a2 (diff) | |
fixed unrestricted
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -119,7 +119,7 @@ A pre-built windows installer will be available soon. Until then it isn't too ha ``` git clone https://github.com/jellyfin/jellyfin.git C:\Jellyfin ``` -0. From the Jellyfin directory you can use our Jellyfin build script. Call `Build-Jellyfin.ps1 -InstallFFMPEG` from inside the directory in a powershell window. Make sure you've set your executionpolicy to unsrestricted. +0. From the Jellyfin directory you can use our Jellyfin build script. Call `Build-Jellyfin.ps1 -InstallFFMPEG` from inside the directory in a powershell window. Make sure you've set your executionpolicy to unrestricted. Additional flags: * If you want to optimize for your environment you can use the `-WindowsVersion` and `-Architecture` flags to do so; the default is generic Windows x64. |
