Merge pull request #26 from stefandevo/patch-1

Update README.md
This commit is contained in:
morpheus65535 2017-12-28 15:36:46 -05:00 committed by GitHub
commit af232e3edf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -52,8 +52,10 @@ OS X:
* Open up `Terminal`
* Go to your App folder `cd /Applications`
* Run `git clone https://github.com/morpheus65535/bazarr.git`
* Go to bazarr folder `cd bazarr`
* Be sure you have updated [pygit2](http://www.pygit2.org/install.html#installing-on-os-x)
* Run `pip install -r requirements.txt` to install dependencies.
* You can now start bazarr via `bazarr.py` to start bazarr.
* You can now start bazarr via `python bazarr.py` to start bazarr.
* Open your browser and go to `http://localhost:6767/`
Linux: