From 91c5ac6f3127dcc74f560eef880fd1188fb5e6d5 Mon Sep 17 00:00:00 2001 From: skilion Date: Sun, 25 Dec 2016 20:53:46 +0100 Subject: [PATCH] add git clone in install instructions --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 31e228b7..d208fc15 100644 --- a/README.md +++ b/README.md @@ -26,8 +26,12 @@ sudo apt-get update && sudo apt-get install dmd-bin ``` ### Installation -1. `make` -2. `sudo make install` +``` +git clone git@github.com:skilion/onedrive.git +cd onedrive +make +sudo make install +``` ### Configuration: You should copy the default config file into your home directory before making changes: