1
0
Fork 0
mirror of https://github.com/HackHerz/pusher synced 2025-12-06 02:10:19 +00:00

Updated README to recursive cloning

This commit is contained in:
Daniel Stein 2018-01-10 11:43:49 +01:00
parent 0eca806d46
commit 9d58fbece6
No known key found for this signature in database
GPG key ID: 877E81B790A1E083

View file

@ -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