From 4741780a7a5dd7ab9649d3926e0d3fe2bd0f75e8 Mon Sep 17 00:00:00 2001 From: Nathan Fiedler Date: Tue, 22 Mar 2016 20:56:02 -0700 Subject: [PATCH] Add a pointer to the setup documentation --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3f87c46..7997967 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ A somewhat safe Rust interface to the [ImageMagick](http://www.imagemagick.org/) * Cargo * ImageMagick (version 6 or higher) +See the `docs/Development_Setup.md` file for details particular to each platform. + ## Build and Test Pretty simple for now.