From 39ae9d69f82feb0528e6eac81939368aae7a12c8 Mon Sep 17 00:00:00 2001 From: cboecking Date: Fri, 13 Oct 2023 06:24:20 -0500 Subject: [PATCH] Update README.md - summary of edits --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1f276cc..c3c4e4f 100644 --- a/README.md +++ b/README.md @@ -5,14 +5,19 @@ This website is built using [Docusaurus 2](https://docusaurus.io/), a modern sta ## Github Editing There are two ways to edit this site: -1. through the github interface -2. through the source code +1. Through the github interface. +2. Through the source code. + +Since most users cannot directly commit to the repository, you will need to perform a pull request to peform edits. This process is quite easy when editing pages directly from the github web interface. Below is a description of how the process works in github. + +If you wish to download and modify the source code, you will need to fork, modify and create a pull request. This process is discussed below. ## Github Interface You are welcome to perform basic edits using the htts://github.com web interface. Here is a quick summary: - Navigate to any given page (example: https://idempiere.github.io/docs/introduction) - Click on the 'edit this page' link at the bottom of the page. +- Since most users cannot directly commit to the repository, github will guide you through ## Source Code Installation