diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -21,9 +21,11 @@ This is a minimal Emacs base config. Here's the short of the philosophy: Copy and paste the following into a terminal: ``` -curl +curl https://raw.githubusercontent.com/Etenil/emacs-substrate/refs/heads/main/installer/installer.sh | bash ``` +This will install emacs-substrate in your `~/.emacs.d` folder. You can set the environment variable `EMACS_DIR` before running the script to install it in a different folder. + ### Manually To install emacs-substrate, clone this repository somewhere, then create the following 2 files: |