Merge pull request #1006 from Benhgift/master

add installation instruction
This commit is contained in:
Florian Weingarten
2018-04-26 18:20:02 +01:00
committed by GitHub

View File

@@ -42,6 +42,8 @@ Liquid is a template engine which was written with very specific requirements:
## How to use Liquid
Install Liquid by adding `gem 'liquid'` to your gemfile.
Liquid supports a very simple API based around the Liquid::Template class.
For standard use you can just pass it the content of a file and call render with a parameters hash.