From 82d739f4dd5548373bb33ad095d3b6c99f1408b1 Mon Sep 17 00:00:00 2001 From: Chris Eppstein Date: Sun, 19 Jun 2011 12:55:21 -0700 Subject: [PATCH] Fix docs --- doc-src/content/help/tutorials/upgrading/im-scared.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc-src/content/help/tutorials/upgrading/im-scared.markdown b/doc-src/content/help/tutorials/upgrading/im-scared.markdown index 090c7489..2ce8fc5c 100644 --- a/doc-src/content/help/tutorials/upgrading/im-scared.markdown +++ b/doc-src/content/help/tutorials/upgrading/im-scared.markdown @@ -22,7 +22,7 @@ what changed to your stylesheets: 1. $ cd my_compass_project 2. $ compass compile --force 3. $ cp -r stylesheets stylesheets.backup -4. $ gem install compass --pre # you might need to type sudo first if you're on mac or linux. +4. $ gem install compass # you might need to type sudo first if you're on mac or linux. 5. $ compass compile --force 6. Take note of any deprecation warnings printed in red during the compile. 7. If you have textmate and installed the `mate` command line tool: