From ffa682f22a00429eba03dfd038b88d144756e025 Mon Sep 17 00:00:00 2001 From: 0xflotus <0xflotus@gmail.com> Date: Wed, 12 Dec 2018 23:31:21 +0100 Subject: [PATCH] fixed unrestricted --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f247d95c0d..8369b4c451 100644 --- a/README.md +++ b/README.md @@ -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.