From 6f730ec5c38bfef08d76d7f497466e75633f1b24 Mon Sep 17 00:00:00 2001 From: Ryland Herrick Date: Thu, 7 May 2015 13:57:40 -0500 Subject: [PATCH] Fix instructions for installing shpec * Use the user/org-prefixed package name * We don't need the -g, that's part of shpec's configuration --- _posts/2015-05-05-shpec.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2015-05-05-shpec.md b/_posts/2015-05-05-shpec.md index 8af7960..d56385c 100644 --- a/_posts/2015-05-05-shpec.md +++ b/_posts/2015-05-05-shpec.md @@ -86,7 +86,7 @@ end ## Installation You can either install with bpkg {% highlight bash %} -$ bpkg install -g shpec +$ bpkg install rylnd/shpec {% endhighlight %} or with curl {% highlight bash %}