Initial commit

This commit is contained in:
isUnknown 2026-02-12 15:22:46 +01:00
commit 65e0da7e11
1397 changed files with 596542 additions and 0 deletions

View file

@ -0,0 +1,32 @@
# Installation
Use **one** of the alternatives below.
## Kirby CLI
If you are using the [Kirby CLI](https://github.com/getkirby/cli) you can install this plugin by running the following commands in your shell:
```text
$ cd path/to/kirby
$ kirby plugin:install jenstornell/field-engineer
```
## Clone or download
1. [Clone](https://github.com/jenstornell/field-engineer.git) or [download](https://github.com/jenstornell/field-engineer/archive/master.zip) this repository.
2. Unzip the archive if needed and rename the folder to `field-engineer`.
**Make sure that the plugin folder structure looks like this:**
```text
site/plugins/field-engineer/
```
## Git Submodule
If you know your way around Git, you can download this plugin as a submodule:
```text
$ cd path/to/kirby
$ git submodule add https://github.com/jenstornell/field-engineer site/plugins/field-engineer
```