From a607702e63a7a9981e31b171c7a327d58287fc52 Mon Sep 17 00:00:00 2001 From: Mathieu Benoit Date: Mon, 5 Oct 2020 01:07:37 -0400 Subject: [PATCH] [FIX] doc tiny fix --- doc/DEVELOPMENT.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/doc/DEVELOPMENT.md b/doc/DEVELOPMENT.md index c25e3ba..5c6f8f3 100644 --- a/doc/DEVELOPMENT.md +++ b/doc/DEVELOPMENT.md @@ -54,11 +54,6 @@ Run: ./run.sh --stop-after-init -i user_test,disable_mail_server --dev all -d DATABASE ``` -# TODO -```bash -./script/git_change_remote.py -``` - ## Change git url https to git This will update all urls in git format: ```bash @@ -102,7 +97,7 @@ To regenerate only manifest.xml. ./script/fork_project_ERPLibre.py --skip_fork ``` -Check if manifest contains "auto_install" and change the value to False. +Check if manifest contains "auto_install" and change the value to False. ```bash ./script/repo_remove_auto_install.py ```