From 33a148b7eeb61ac2375ee3fcffe49101744e40b2 Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Tue, 23 Jul 2019 07:52:27 +0100 Subject: [PATCH] fix curator clone+install instructions --- CURATORS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CURATORS.md b/CURATORS.md index ccf5ce9b..91ecfd3b 100644 --- a/CURATORS.md +++ b/CURATORS.md @@ -370,8 +370,8 @@ yourself, e.g. verifying constraints without building anything. To get started, install `curator` via Git: ``` -$ git clone git@github.com:commercialhaskell/stack.git -$ cd stack && stack install curator +$ git clone git@github.com:commercialhaskell/curator.git +$ cd curator && stack install curator ``` It is a good idea to upgrade `curator` at the start of your week.