Updated Contributing to Jellyfin (markdown)

Joshua M. Boniface 2019-01-01 16:27:20 -05:00
parent c231ee4a5e
commit 4803ef2c68

@ -34,6 +34,7 @@ The first step is to set up a copy of the repo that you can work from. Jellyfin
1. Clone your fork to your local machine: ```git clone git@github.com:yourname/jellyfin.git```
1. Add the "upstream" remote: ```git remote add upstream git@github.com:jellyfin/jellyfin.git```
1. Initialize submodules: ```git submodule update --init```
1. Check out the `dev` branch at least once so it tracks your origin: ```git checkout dev```
You should now be ready to begin building or modifying the project.