More changes

This commit is contained in:
Scott C. MacCallum 2022-04-12 19:01:51 -04:00
parent 3c24f5142b
commit dc67d5ce2c
1 changed files with 2 additions and 2 deletions

View File

@ -7,8 +7,8 @@
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 would not be as easy to keep it up to date.*
5. Copy the dotemacs file in the seid directory to your home directory: **cp $HOME/seid $HOME**
6. If you have one, make a backup copy of your .emacs file in your home directory: **mv $HOME/.emacs $HOME/dotemacs.bak**
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 the seid directory to .emacs, and move it to your home directory: **mv $HOME/seid/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**