From 94a521797ccc81d97aa833deb957304f782df51c Mon Sep 17 00:00:00 2001
From: Jorge Aparicio <jorge@japaric.io>
Date: Thu, 9 Nov 2017 21:58:38 +0100
Subject: [PATCH] pkg-config may need to be installed to install cargo-clone
 (or Xargo)

---
 doc/Quickstart.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/doc/Quickstart.md b/doc/Quickstart.md
index eff5992..3d6f714 100644
--- a/doc/Quickstart.md
+++ b/doc/Quickstart.md
@@ -70,6 +70,9 @@ $ rustup default nightly
 $ cargo install cargo-clone xargo
 ```
 
+> **NOTE** If the `cargo install` fails you may need to install `pkg-config`. In Arch this can be
+> accomplished with the `pacman -S pkg-config` command.
+
 ## Demo
 
 In the first part of the demo we'll use command line tools in the terminal then we'll transition to
-- 
GitLab