From 8550832516acb00685a66add707d32277a00d4dd Mon Sep 17 00:00:00 2001 From: Christian Colglazier Date: Mon, 23 Dec 2019 15:10:56 -0500 Subject: [PATCH] Install directions --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 74592c8..6fcdd6d 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,11 @@ # Dotfiles A collection of config files and scripts for Fedora GNU/Linux. + +## Install + +Run the following command to install + +```sh +cd ~ && git clone git@github.com:AquaMorph/dotfiles.git && sh ~/dotfiles/scripts/install.sh +```