From 7dd8b6f3a3fc9827eba4c0038a08a70cffbe72be Mon Sep 17 00:00:00 2001 From: Christian Vette Date: Sat, 15 Apr 2017 23:43:45 +0200 Subject: [PATCH] TASK: Update readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index e44a7c6..7a2b78f 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,10 @@ This plugin adds a nodetype that allows you to display blocks of code with synta You can set the language, toggle line numbers, set the starting line number and highlight single lines via the property editor. +## Installation + +`composer require cvette/neos-code-block` + ## Usage and custom styles The Codeblock node type works out-of-the-box by inlining the necessary CSS. If you want to customize the styling you can disable the inline CSS by setting the `inlineCss` path of the `Vette.CodeBlock:Geshi` prototype to `false`: