From cc50c22af7d3d6787ce032b15db047b9065d6c34 Mon Sep 17 00:00:00 2001 From: Koichi Murase Date: Mon, 31 Jan 2022 19:15:53 +0900 Subject: [PATCH] tools/upgrade: Add an instruction for the users who wants to track the upstream --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ae22ae8..789e738 100644 --- a/README.md +++ b/README.md @@ -171,6 +171,8 @@ $ cp -r {"$OSH","$OSH_CUSTOM"}/themes/agnoster $ EDIT themes/agnoster/agnoster.theme.sh ``` +If you would like to track the upstream changes for your customized version of modules, you can optionally directly edit the original files and commit them. In this case, you need to handle possible conflicts with the upstream in upgrading. + If you would like to replace an existing module (theme/plugin/aliases/complet) bundled with Oh My Bash, create a module of the same name in the `custom/` directory so that it will be loaded instead of the original one. ## Getting Updates