From 947f308743cb5bb978a67006c9eee496f19b6a18 Mon Sep 17 00:00:00 2001 From: Dreaded_X Date: Sat, 7 Feb 2015 20:25:12 +0100 Subject: [PATCH] Updated install instuctions --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e914c25..44ce419 100644 --- a/README.md +++ b/README.md @@ -3,4 +3,8 @@ These are my personal dotfiles. You are free to use and change them to your liking. ##Instal -To install these dotfiles clone into _~/.dotfiles_ and run _install.sh_. +```` +git clone https://github.com/DreadedX/dotfiles.git ~/.dotfiles +cd .dotfiles +./install.sh ~/.dotfiles +````