aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9f54d1b..b5df9cc 100644
--- a/README.md
+++ b/README.md
@@ -48,6 +48,18 @@ To install emacs-substrate, clone this repository somewhere, then create the fol
;; The rest of your config below
```
+### How to update
+
+Emacs-substrate's code lives within the local clone of the git repository. Updating your installation is as simple as running `git pull` within that folder. If using the installer, do as follows:
+
+```
+pushd $HOME/.emacs.d/emacs-substrate
+git pull
+popd
+```
+
+And restart emacs.
+
## Screenshots
What you should see on opening Emacs up with Substrate installed: a simple splash screen, [modus-vivendi](https://protesilaos.com/emacs/modus-themes) active, and the `help-quick` display at the bottom.