Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 906 Bytes

install.md

File metadata and controls

32 lines (21 loc) · 906 Bytes

Installation

Use one of the alternatives below.

1. Kirby CLI

If you are using the Kirby CLI you can install this plugin by running the following commands in your shell:

$ cd path/to/kirby
$ kirby plugin:install jenstornell/kirby-boiler-field

2. Clone or download

  1. Clone or download this repository.
  2. Unzip the archive if needed and rename the folder to kirby-boiler-field.

Make sure that the plugin folder structure looks like this:

site/plugins/kirby-boiler-field/

3. Git Submodule

If you know your way around Git, you can download this plugin as a submodule:

$ cd path/to/kirby
$ git submodule add https://github.com/jenstornell/kirby-boiler-field site/plugins/kirby-boiler-field