From 24776db01d435ae963d44ece9420d2b2d65a3d39 Mon Sep 17 00:00:00 2001 From: Vijay A Date: Sat, 30 Oct 2021 13:18:07 +0530 Subject: Fix some more documentation --- CONTRIBUTING.md | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'CONTRIBUTING.md') diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1c326b8..a0b4c0b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -17,6 +17,7 @@ - [Git](#git) - [Clone repository with submodule](#clone-repository-with-submodule) - [Install dependencies](#install-dependencies) + - [Start development app](#start-development-app) - [Styleguide](#styleguide) - [Git Commit Messages format](#git-commit-messages-format) - [Javascript Coding style-checker](#javascript-coding-style-checker) @@ -87,7 +88,7 @@ cd server git submodule update --init --recursive ``` -It is important you execute the last command to get the required submodules (recipes, server). +It is important you execute the last command to get the required submodules (recipes). ### Install dependencies @@ -122,14 +123,6 @@ node ace migration:refresh - To get the full functionality, you will need to have an SMTP server running for local development. - - ### Start development app ```bash -- cgit v1.2.3-54-g00ecf