From e8f5330241438e9474e827f4229cf973317b06d9 Mon Sep 17 00:00:00 2001 From: yamadapc Date: Mon, 8 Aug 2016 21:57:35 -0300 Subject: [PATCH] Update installation instructions --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 39df51c4..b6bddbaa 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,9 @@ Convert Cabal manifests into [hpack's package.yamls](https://github.com/sol/hpac ## Installing from source ``` -stack install hpack-convert +git clone https://github.com/yamadapc/hpack-convert +cd hpack-convert +stack install ``` ## Usage