Skip to content

Commit f4cfa42

Browse files
authored
Update README.md
1 parent 95ae7f3 commit f4cfa42

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

README.md

+1-12
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,6 @@ There are various ways you can install the dotfiles either fork or clone or down
1818

1919
* Option #1
2020

21-
```shell
22-
cd $HOME
23-
git init
24-
git remote add -f [email protected]:mmphego/dot-files.git
25-
git pull -f
26-
git checkout -f master
27-
bash .dotfiles/.dotfiles_setup.sh install
28-
```
29-
30-
* Option #2
31-
3221
```shell
3322
wget https://github.com/mmphego/dot-files/archive/master.zip
3423
unzip master.zip
@@ -37,7 +26,7 @@ cd $HOME
3726
bash .dotfiles/.dotfiles_setup.sh install
3827
```
3928

40-
* Option #3
29+
* Option #2
4130

4231
```shell
4332
cd $HOME

0 commit comments

Comments
 (0)