Fix a typo in the README.
David Blume

David Blume commited on 2015-11-28 09:05:37
Showing 1 changed files, with 4 additions and 4 deletions.

... ...
@@ -1,4 +1,4 @@
1
-# dotfiles (home directory .files)
1
+# David Blume's dotfiles
2 2
 
3 3
 These are some of David Blume's dot files to be installed
4 4
 in new user home directories.
... ...
@@ -10,13 +10,13 @@ You can get a copy of this project by clicking on the
10 10
 or [TAR](http://git.dlma.com/dotfiles.git/tarball/master) buttons
11 11
 near the top right of the GitList web page.
12 12
 
13
-You can clone from the origin with:
13
+With an account, you can clone from the origin with:
14 14
 
15 15
     git clone ssh://USERNAME@dlma.com/~/git/dotfiles.git
16 16
 
17 17
 ### Installation 
18 18
 
19
-Run the following:
19
+If you're not cloning the repo, then run the following:
20 20
 
21 21
     ~$ mkdir dotfiles
22 22
     ~$ cd dotfiles
... ...
@@ -24,7 +24,7 @@ Run the following:
24 24
     dotfiles$ tar -xvf dotfiles.tar
25 25
     dotfiles$ rm dotfiles.tar
26 26
 
27
-Then, then you run `setup.sh`, it'll backup your old files to `backup_of_orig_dotfiles_<date>`
27
+Then, when you run `setup.sh`, it'll backup your old files to `backup_of_orig_dotfiles_<date>`
28 28
 and replace them with the ones here.
29 29
 
30 30
     dotfiles$ ./setup.sh
31 31