From 102733890218b2c7ccb7a7c65e28ad87f5ced940 Mon Sep 17 00:00:00 2001 From: "Scott C. MacCallum" Date: Tue, 12 Apr 2022 19:30:29 -0400 Subject: [PATCH] More changes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4244afb..a9ee100 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ 2. If you have not already, **install Git** 3. If you have not already, **install Mosh** 4. Clone the project to your home directory: **git clone https://git.sdf.org/scm/seid.git**. *You could download the project from -the website, but it will not be easy to keep it update to date.* +the website, but it will not be easy to keep it up to date.* 5. If you have one, make a backup copy of your .emacs file in your home directory: **mv $HOME/.emacs $HOME/dotemacs.bak** 6. Copy the dotemacs file in the seid directory to your home directory: **cp $HOME/seid/dotemacs $HOME** 7. Rename the dotemacs file in your home directory to .emacs: **mv $HOME/dotemacs $HOME/.emacs**