README made even more helpful

This commit is contained in:
Scott C. MacCallum 2022-04-12 15:25:33 -04:00
parent bb44ca8417
commit 8fd830fd2f
1 changed files with 3 additions and 3 deletions

View File

@ -13,6 +13,6 @@ Installation and use instructions for GNU/Linux and other Unix-like operating sy
7. Rename the dotemacs file in the sdf directory to .emacs, and move it to your home directory: mv $HOME/dotemacs $HOME/.emacs
8. Make sure that the shell files in the sdf directory are executable. If they are not: chmod +x $HOME/sdf/*.sh
9. Run Emacs
10. Select the SDF program to use by visting that programs buffer. Example, select the com buffer by doing the following:
C-x b (while holding down the control key, press the x then the b key), type com and press the enter key.
10. Select the SDF programs' buffer to use that program. Example, to use the com program, do the following: C-x b (while holding
down the control key, press the x then the b key), type com, and then press the enter key. Navigate to other SDF programs the same
way.