From 9d58fbece61429a8f4dcbae649764c04ebf8808b Mon Sep 17 00:00:00 2001 From: Daniel Stein Date: Wed, 10 Jan 2018 11:43:49 +0100 Subject: [PATCH] Updated README to recursive cloning --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d2512e..1567e94 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Send push-notifications to your phone from the command line. Uses [PushNotifier] Make sure you have **libcurl4-openssl-dev** installed. ```bash -$ git clone https://github.com/HackHerz/pusher.git +$ git clone --recursive https://github.com/HackHerz/pusher.git $ cd pusher/ $ make $ make install