From f3fa40b293a3e627e1637784ee151f10c73728eb Mon Sep 17 00:00:00 2001 From: Paul Ramsey Date: Mon, 13 May 2013 13:10:59 -0700 Subject: [PATCH] Point to pdal/master --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 736772f..7a300e8 100644 --- a/README.md +++ b/README.md @@ -539,7 +539,7 @@ First, you will need to install the many, many dependencies of PDAL. Then, clone the Pointcloud PDAL repository, that contains the latest version of the Pointcloud driver for PDAL (as well as the latest version of PDAL itself): - - Clone into a source directory: `git clone https://github.com/pramsey/PDAL/tree/pgnative PDAL` + - Clone into a source directory: `git clone https://github.com/pramsey/PDAL PDAL` - Make a build directory: `mkdir PDAL-build` - Enter the build directory: `cd PDAL-build` - Run CMake to find dependencies: `cmake ../PDAL`