From 1c35622c66309984cecddd6892fe2060ef21a447 Mon Sep 17 00:00:00 2001 From: André Oliveira <37463445+SpecialAro@users.noreply.github.com> Date: Sat, 23 Apr 2022 12:05:13 +0100 Subject: Update the build script for Windows (Powershell) and normalized with the unix equivalent [skip ci] Co-authored-by: Vijay A --- CONTRIBUTING.md | 53 +++++++++++++++++++++++++++-------------------------- 1 file changed, 27 insertions(+), 26 deletions(-) (limited to 'CONTRIBUTING.md') diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8f1b19685..a6b581112 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,32 +6,33 @@ -- [Table of contents](#table-of-contents) -- [Code of Conduct](#code-of-conduct) -- [What should I know before I get started?](#what-should-i-know-before-i-get-started) -- [How can I contribute?](#how-can-i-contribute) -- [Setting up your development machine](#setting-up-your-development-machine) - - [Install system-level dependencies](#install-system-level-dependencies) - - [Node.js, npm, pnpm](#nodejs-npm-pnpm) - - [Git](#git) - - [On Debian/Ubuntu](#on-debianubuntu) - - [On Fedora](#on-fedora) - - [On Windows](#on-windows) - - [Clone repository with submodule](#clone-repository-with-submodule) - - [Local caching of dependencies](#local-caching-of-dependencies) - - [Install dependencies](#install-dependencies) - - [Fix native modules to match current electron node version](#fix-native-modules-to-match-current-electron-node-version) - - [Package recipe repository](#package-recipe-repository) - - [Using Docker to build a linux-targetted packaged app](#using-docker-to-build-a-linux-targetted-packaged-app) - - [Code Signing on a mac](#code-signing-on-a-mac) - - [Start development app](#start-development-app) - - [Styleguide](#styleguide) - - [Git Commit Messages format](#git-commit-messages-format) - - [Javascript Coding style-checker](#javascript-coding-style-checker) -- [Packaging](#packaging) -- [Release](#release) - - [Nightly releases](#nightly-releases) - - [Updating the code after a hiatus](#updating-the-code-after-a-hiatus) +- [Contributing to Ferdium 6](#contributing-to-ferdium-6) + - [Table of contents](#table-of-contents) + - [Code of Conduct](#code-of-conduct) + - [What should I know before I get started?](#what-should-i-know-before-i-get-started) + - [How can I contribute?](#how-can-i-contribute) + - [Setting up your development machine](#setting-up-your-development-machine) + - [Install system-level dependencies](#install-system-level-dependencies) + - [Node.js, npm, pnpm](#nodejs-npm-pnpm) + - [Git](#git) + - [On Debian/Ubuntu](#on-debianubuntu) + - [On Fedora](#on-fedora) + - [On Windows](#on-windows) + - [Clone repository with submodule](#clone-repository-with-submodule) + - [Local caching of dependencies](#local-caching-of-dependencies) + - [Install dependencies](#install-dependencies) + - [Fix native modules to match current electron node version](#fix-native-modules-to-match-current-electron-node-version) + - [Package recipe repository](#package-recipe-repository) + - [Using Docker to build a linux-targetted packaged app](#using-docker-to-build-a-linux-targetted-packaged-app) + - [Code Signing on a mac](#code-signing-on-a-mac) + - [Start development app](#start-development-app) + - [Styleguide](#styleguide) + - [Git Commit Messages format](#git-commit-messages-format) + - [Javascript Coding style-checker](#javascript-coding-style-checker) + - [Packaging](#packaging) + - [Release](#release) + - [Nightly releases](#nightly-releases) + - [Updating the code after a hiatus](#updating-the-code-after-a-hiatus) -- cgit v1.2.3-54-g00ecf