Update README.md

This commit is contained in:
Preston 2018-03-10 16:51:38 +00:00 committed by GitHub
parent a62d3e9fc4
commit 8a605b4458
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 32 deletions

View File

@ -30,38 +30,7 @@ While I believe that FreeTube should work well for most users, there will probab
# I'd like to help!
If you have an idea or if you found a bug, please create an issue so that we can track it. Please check the current issues and make sure that someone else hasn't mentioned it already before submitting an issue.
If you like to get your hands dirty and want to contribute, we would love to have your help. Send a pull request and someone will review your code. Proper contribution guidelines will be included soon, but in the meantime here's how to get start:
After you pull down the code:
Install Dependencies:
```
npm install
```
Run the application:
```
npm start
```
Make / Package application:
Windows (Requires Wine on Linux):
```
npm run make:win32
```
Mac:
```
npm run make:darwin
```
Linux (Requires deb and rpm):
```
npm run make:linux
```
The bundled application will then be located in the "/out" folder in your project directory.
If you like to get your hands dirty and want to contribute, we would love to have your help. Send a pull request and someone will review your code. Please follow the [Contribution Guidelines](https://github.com/FreeTubeApp/FreeTube/blob/master/CONTRIBUTING.md) before sending your pull request.
# License
[![GNU GPLv3 Image](https://www.gnu.org/graphics/gplv3-127x51.png)](http://www.gnu.org/licenses/gpl-3.0.en.html)