Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

Commit

Permalink
Merge pull request #112 from wiseindy/patch-1
Browse files Browse the repository at this point in the history
Fix spelling errors
  • Loading branch information
Bond-009 authored Sep 11, 2019
2 parents 5cc6aad + 2adbad9 commit c979ec2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/administrator-docs/installing.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ Windows builds in ZIP archive format are available [here](https://repo.jellyfin.
1. Download and extract the latest version
1. Run `install.bat` or `install-jellyfin.ps1`
1. (optional) Enter a custom install location (default is `%appdata%`)
1. (optional) Enter a custom libary/data location (default is `%localappdata%`) - Currently not working
1. (optional) Enter a custom library/data location (default is `%localappdata%`) - Currently not working
1. (optional) Select to install jellyfin as a service
1. (optional) Import old libary - Not compatible with newer Emby versions
1. (optional) Import old library - Not compatible with newer Emby versions
1. (optional) Create a shortcut on your desktop
1. (optional) Run Jellyfin after installation
1. Press `Install`
Expand All @@ -85,11 +85,11 @@ Windows builds in ZIP archive format are available [here](https://repo.jellyfin.
1. Create a folder `jellyfin` at your preferred install location
1. Copy the extracted folder into the `jellyfin` folder and rename it to `system`
1. Create `jellyfin.bat` within your `jellyfin` folder containing:
- To use the default libary/data location at `%localappdata%`:
- To use the default library/data location at `%localappdata%`:
`<--Your install path-->\jellyfin\system\jellyfin.exe`
- To use a custom libary/data location (Path after the -d paramenter):
- To use a custom library/data location (Path after the -d paramenter):
`<--Your install path-->\jellyfin\system\jellyfin.exe -d <--Your install path-->\jellyfin\data`
- To use a custom libary/data location (Path after the -d paramenter) and disable the autostart of the webapp:
- To use a custom library/data location (Path after the -d paramenter) and disable the autostart of the webapp:
`<--Your install path-->\jellyfin\system\jellyfin.exe -d <--Your install path-->\jellyfin\data -noautorunwebapp`
1. Run `jellyfin.bat`
1. Open your browser at http://<--Server-IP-->:8096 (if autostart of webapp is disabled)
Expand Down

0 comments on commit c979ec2

Please sign in to comment.