aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Lavado <anthonylavado@users.noreply.github.com>2018-12-12 20:50:48 -0500
committerGitHub <noreply@github.com>2018-12-12 20:50:48 -0500
commita9e7050c800dadb18cd93aac0c0690cf9424e40f (patch)
tree139f41cfa528f52ac975aeecf662f68d5edbeda5
parentb2651c89b6762850035d4400052d20cedcb6167f (diff)
parentffa682f22a00429eba03dfd038b88d144756e025 (diff)
Merge pull request #113 from 0xflotus/patch-1
fixed unrestricted typo
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index f247d95c0..8369b4c45 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.