From accc21ea7df25bd1e4622a486cd2a4918f8ce7d9 Mon Sep 17 00:00:00 2001 From: Preston Date: Tue, 27 Aug 2019 18:33:11 +0000 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 43 +------------------------------------------ 1 file changed, 1 insertion(+), 42 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f6c023b91..af7b1e5b3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -15,45 +15,4 @@ Please follow these guidlines before sending your pull request and making contri # Setting up Your Environment -Here's how to get your environment setup. You will need Git and NPM installed on your system. - -Clone down the repositoy: -``` -git clone https://github.com/FreeTubeApp/FreeTube.git -``` - -Install Dependencies: -``` -npm install -``` - -Install Dev Dependencies: -``` -npm install --only=dev -``` - -Run the application: -``` -npm start -``` - -Make / Package application: - -Windows (Requires Wine on Linux): -``` -npm run make:win -``` - -Mac: -``` -npm run make:mac:zip -``` - -Linux (Requires deb and rpm to be installed): -``` -npm run make:linux:x64 -``` - -Other commands are available in the `package.json` file for making specific packages. Refer to [package.json](https://github.com/FreeTubeApp/FreeTube/blob/development/package.json) for instructions. - -I will update this document when necessary. Anyone who has questions or suggestions on this document are welcome to create an issue or pull request. +Check out the [wiki](https://github.com/FreeTubeApp/FreeTube/wiki/Environment-Setup-and-Packaging) page to learn how to setup your environment and create packages.