From faa2065026bc74daf436f7123173f4038ff3b0d7 Mon Sep 17 00:00:00 2001 From: "Dr.Blank" Date: Thu, 7 Nov 2024 09:10:13 +0530 Subject: [PATCH] docs: fix grammar in administrator password instructions (#1504) Correct redundant wording and improve clarity in site creation documentation. --- docs/development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development.md b/docs/development.md index 5f56d915..89b20ec2 100644 --- a/docs/development.md +++ b/docs/development.md @@ -238,7 +238,7 @@ Note: To start bench with debugger refer section for debugging. Most developers work with numerous clients and versions. Moreover, apps may be required to be installed by everyone on the team working for a client. -This is simplified using a script to automate the process of creating a new bench / site and installing the required apps. `Administrator` password is for created sites is `admin`. +This is simplified using a script to automate the process of creating a new bench / site and installing the required apps. The `Administrator` password for created sites is `admin`. Sample `apps-example.json` is used by default, it installs erpnext on current stable release. To install custom apps, copy the `apps-example.json` to custom json file and make changes to list of apps. Pass this file to the `installer.py` script.