diff options
author | Gene Pasquet <dev@etenil.net> | 2025-02-12 07:21:53 +0000 |
---|---|---|
committer | Gene Pasquet <dev@etenil.net> | 2025-02-12 07:21:53 +0000 |
commit | 80260b9b06a0413331f2f297b9dd3a96b9aed442 (patch) | |
tree | e96a532d272c42720c6d2d22db73da0ab1f56e1a | |
parent | 0a7b63b80802c762c5b7cfa08056f25c93bb1397 (diff) |
Added update instructions
-rw-r--r-- | README.md | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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. |