Skip to content

Commit 8611960

Browse files
authoredOct 4, 2019
Update README.md
1 parent 0e90c8c commit 8611960

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎README.md

+6
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ It contains the installation of some basic tools, some handy aliases and functio
66

77
You can install them by cloning the repository as `.dotfiles` in your home directory and running the bootstrap script.
88

9+
```
10+
git clone git@github.com:freekmurze/dotfiles.git .dotfiles
11+
cd .dotfiles
12+
./bootstrap
13+
```
14+
915
The bootstrap script can be run by cd-ing into the `.dotfiles` directory and performing this command:
1016

1117
```bash

0 commit comments

Comments
 (0)
Please sign in to comment.