From 2912fc2fc938932ee1b3f2b5d88733a4c3f1cefa Mon Sep 17 00:00:00 2001 From: mceachen Date: Thu, 12 Aug 2010 13:45:49 -0700 Subject: [PATCH] Migrated from getting-liquid-to-work-in-rails v9 --- Getting-Liquid-to-Work-in-Rails.textile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Getting-Liquid-to-Work-in-Rails.textile b/Getting-Liquid-to-Work-in-Rails.textile index 5e72cb7..4907fe6 100644 --- a/Getting-Liquid-to-Work-in-Rails.textile +++ b/Getting-Liquid-to-Work-in-Rails.textile @@ -2,7 +2,9 @@ h2. Using .liquid as a template handler in your views Liquid comes with a proper @init.rb@ file, by default. To start using Liquid, just extract it into @vendor/plugins@. -Better yet, use the @./script/plugin@ script to install Liquid. +Better yet, use the @./script/plugin@ script to install Liquid: + +pre. script/plugin install http://liquid-markup.googlecode.com/svn/trunk You can now start using templates with the @.liquid@ file type (ie, extension).