diff --git a/README.md b/README.md index 509e69a33..f890530e3 100644 --- a/README.md +++ b/README.md @@ -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)