mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-30 09:48:52 +00:00
c5376b64c6
* Update for newest ESX * Minor cleanup * Update readme * Link fix in readme * I forgot this * And this * Minor cleanup 2
21 lines
337 B
Markdown
21 lines
337 B
Markdown
# esx_garage
|
|
ESX Garage
|
|
|
|
[REQUIREMENTS]
|
|
|
|
- instance => https://github.com/ESX-Org/instance
|
|
|
|
[INSTALLATION]
|
|
|
|
1) CD in your resources/[esx] folder
|
|
2) Clone the repository
|
|
```
|
|
git clone https://github.com/ESX-Org/esx_garage esx_garage
|
|
```
|
|
3) Import esx_garage.sql in your database
|
|
4) Add this in your server.cfg :
|
|
|
|
```
|
|
start esx_garage
|
|
```
|