From af43baf4ca3b886b396c7e4c796256231b144bd8 Mon Sep 17 00:00:00 2001 From: "Scott C. MacCallum" Date: Tue, 12 Apr 2022 20:18:22 -0400 Subject: [PATCH] Added some periods --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index d4166b7..7365fe7 100644 --- a/README.md +++ b/README.md @@ -2,15 +2,15 @@ ## Installation and use instructions for GNU/Linux and other Unix-like operating systems -1. If you have not already, **setup secure shell key-based authentication to sdf.org** -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**. -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** -8. Make sure that the shell files in the seid directory are executable. If they are not: **chmod +x $HOME/seid/*.sh** -9. Run **emacs** +1. If you have not already, **setup secure shell key-based authentication to sdf.org**. +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**.. +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**. +8. Make sure that the shell files in the seid directory are executable. If they are not: **chmod +x $HOME/seid/*.sh**. +9. Run **emacs**. 10. Switch to the SDF program buffer that is the program that you want to use. Example, to use the com program, do: **C-x b** (that is Emacs notation for, while holding down the control key, press the x key, release the control key, press the b key), type **com**, press the **enter key**. Select other SDF programs e.g. bboard similarly.