From be00934148399b4b5ae55fad4e88d45f670394e0 Mon Sep 17 00:00:00 2001 From: deadc0de Date: Fri, 2 Feb 2018 17:15:12 +0100 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b56cd55..6b25e6a 100644 --- a/README.md +++ b/README.md @@ -91,11 +91,12 @@ keep dotdrop as a submodules: $ mkdir dotfiles; cd dotfiles $ git init $ git submodule add https://github.com/deadc0de6/dotdrop.git +$ sudo pip3 install -r dotdrop/requirements.txt $ ./dotdrop/bootstrap.sh $ ./dotdrop.sh --help ``` -Then install the requirements: +Install the requirements with: ```bash $ sudo pip3 install -r dotdrop/requirements.txt ```