Added recursive clone instructions

This commit is contained in:
Justin Boswell
2021-01-27 11:27:30 -08:00
committed by GitHub
parent ab9a841a71
commit c6fac2d99f
+2
View File
@@ -7,6 +7,8 @@
## Building on UNIX ## Building on UNIX
```sh ```sh
$ git clone --recursive https://github.com/awslabs/aws-crt-php.git
$ cd aws-crt-php
$ phpize $ phpize
$ ./configure $ ./configure
$ make && make test $ make && make test