Fixed typo

This commit is contained in:
Scott C. MacCallum 2022-04-12 15:37:13 -04:00
parent 288af32452
commit e65fa9a4c9
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ Installation and use instructions for GNU/Linux and other Unix-like operating sy
1. If you have not already, setup SSH 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 in your home directory: git clone https://git.sdf.org/scm/sdf.git
4. Clone the project to your home directory: git clone https://git.sdf.org/scm/sdf.git
5. Copy the dotemacs file in the sdf directory to your home directory: cp $HOME/sdf $HOME
6. If you have one, make a backup copy of your .emacs file in your home directory: mv $HOME/.emacs $HOME/dotemacs.bak
7. Rename the dotemacs file in the sdf directory to .emacs, and move it to your home directory: mv $HOME/dotemacs $HOME/.emacs