From 945c0e89a894500106fe26b8a281baa83d3310b6 Mon Sep 17 00:00:00 2001 From: Ankur Sethi Date: Mon, 5 Dec 2011 16:05:58 -0500 Subject: [PATCH] rake task is 'build', not 'gem' --- README.rdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rdoc b/README.rdoc index ab0962e9e..cf1fa76f7 100644 --- a/README.rdoc +++ b/README.rdoc @@ -51,7 +51,7 @@ Into environment gems from Github checkout: git clone git://github.com/ctran/annotate_models.git annotate cd annotate - rake gem + rake build sudo gem install pkg/annotate-*.gem