From 0110ad0a0f1b737a3d02b0466a34566489bf50c9 Mon Sep 17 00:00:00 2001 From: PAlexanderFranklin Date: Mon, 3 Jun 2024 18:45:56 -0700 Subject: [PATCH] Remove reference to IDESETUP.md, add note about style to README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b2716ba48..07cd8a7472 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ -See GITMERGE.md and IDESETUP.md +See GITMERGE.md + +While developing, use tabs for indentation, follow the style of existing files, and ensure your formatter conforms to said style. To update to the latest on production: `sudo docker compose -p frappe exec backend bench update`