# Installation

Step by step documentation how to properly install script.

## Script

1. Download the script from [keymaster](https://keymaster.fivem.net).
2. Open downloaded zip, copy `[rcore_easter]` folder and put it in resources folder to your server files.
3. Go to your server.cfg and add `ensure [rcore_easter]`.
4. Go to `[rcore_easter]/rcore_easter/config.lua` and edit `Framework`, `Inventory` and `Target` by your server specifications.

```lua
Framework = Framework.ESX, -- [ESX - es_extended, QBCore - qb-core, Standalone - standalone]
Inventory = Inventories.OX, -- [OX - ox_inventory, QB - qb-inventory, QS - qs-inventory, MF - mf-inventory]
Target = Target.OX, -- [NONE - none (pressing E), OX - ox_target, QB - qb-target, Q - qtarget]
Database = Database.MYSQL_ASYNC, -- [OX - ox_mysql, MYSQL_ASYNC - mysql-async, GHMATTI - ghmattimysql]
```
