From cedd80f21752a2eee4a7111ef4d33a549a029f47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20N=27gadi?= Date: Tue, 1 Aug 2017 14:33:45 +0200 Subject: [PATCH] Update README.md --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/README.md b/README.md index 529a923a..591c5977 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,25 @@ # fxserver-esx_property FXServer ESX Property + +[REQUIREMENTS] + +- instance => https://github.com/FXServer-ESX/fxserver-instance +- cron => https://github.com/FXServer-ESX/fxserver-cron +- esx_addonaccount => https://github.com/FXServer-ESX/fxserver-esx_addonaccount +- esx_addoninventory => https://github.com/FXServer-ESX/fxserver-esx_addoninventory +- esx_datastore => https://github.com/FXServer-ESX/fxserver-esx_datastore + +[INSTALLATION] + +1) CD in your resources/[esx] folder +2) Clone the repository +``` +git clone https://github.com/FXServer-ESX/fxserver-esx_property esx_property +``` +3) Import esx_property.sql in your database +4) Add this in your server.cfg : + +``` +start esx_property +``` +