From c6fac2d99f55bba960b7e42cd1eabf7ed1d74aa6 Mon Sep 17 00:00:00 2001 From: Justin Boswell Date: Wed, 27 Jan 2021 11:27:30 -0800 Subject: [PATCH] Added recursive clone instructions --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1254408..9a0e7d7 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ ## Building on UNIX ```sh +$ git clone --recursive https://github.com/awslabs/aws-crt-php.git +$ cd aws-crt-php $ phpize $ ./configure $ make && make test