From d87b07f824569f6c7cbcffa8eda711ac75e318a1 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sat, 17 Aug 2019 17:06:00 +0100 Subject: [PATCH] Update readme --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c1ffb25..69db312 100644 --- a/README.md +++ b/README.md @@ -9,17 +9,16 @@ daily basis. ## Requirements -- Emacs 25.3 or later. Earlier versions might work, but I haven't tested them. +- Emacs 26.1 or later. ## Installation -1. Clone the repo to `~/.emacs.d`, and update git submodules: +1. Clone the repo to `~/.emacs.d`: git clone git://github.com/jimeh/.emacs.d.git ~/.emacs.d - cd ~/.emacs.d -2. Launch Emacs and wait a few minutes while it installs all packages. -3. Enjoy ^_^ +2. Launch Emacs and wait a few minutes while it installs all packages. +3. Enjoy ^\_^ ## Why not use Emacs Prelude?