# Installation

{% tabs %}
{% tab title="ESX/QB/QBX" %}

1. Ensure you have all dependencies installed
2. Download from [GitHub](https://github.com/s4t4n667/s4t4n667_moneywash)
3. Add into your \[resources] folder
4. Ensure resource is named *'s4t4n667\_moneywash*'
5. Add the items and images from the install folder
6. Restart your server
   {% endtab %}

{% tab title="Dependencies" %}

* [x] [ox\_lib](https://github.com/overextended/ox_lib)
* [x] [ox\_target](https://github.com/overextended/ox_target)
* [x] [ox\_inventory](https://github.com/overextended/ox_inventory)
  {% endtab %}

{% tab title="Items" %}
*ox\_inventory -> data -> items.lua*

```lua
['moneywash_key'] = { label = 'Laundromat Key', weight = 1, stack = false, description = 'This can be used to access the Laundromat.' },

['moneywash_token'] = { label = 'Laundromat Token', weight = 1, stack = true, description = 'This can be used at the Laundromat to start a wash.' },

['wet_bills'] = { label = 'Wet Bills', weight = 1, stack = true, description = 'Needs to be dried and bagged.' },
```

{% endtab %}
{% endtabs %}
