mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-01 20:01:47 +00:00
Improved download readme
This commit is contained in:
@@ -1,20 +1,25 @@
|
||||
# esx_license
|
||||
|
||||
## Installation
|
||||
## Download & Installation
|
||||
|
||||
### Using [fvm](https://github.com/qlaffont/fvm-installer)
|
||||
```
|
||||
fvm install --save --folder=esx esx-org/esx_license
|
||||
```
|
||||
|
||||
### Using Git
|
||||
```
|
||||
cd resources
|
||||
git clone https://github.com/ESX-Org/esx_license [esx]/esx_license
|
||||
```
|
||||
|
||||
### Manually
|
||||
- Download https://github.com/ESX-Org/esx_license/archive/master.zip
|
||||
- Put it in the `[esx]` directory
|
||||
|
||||
- Download https://github.com/ESX-Org/esx_license/releases/latest
|
||||
- Put it in [esx] directory
|
||||
|
||||
|
||||
1) Import `esx_license.sql` in your database
|
||||
2) Add this in your `server.cfg`:
|
||||
## Installation
|
||||
- Import `esx_license.sql` in your database
|
||||
- Add this to your `server.cfg`:
|
||||
|
||||
```
|
||||
start esx_license
|
||||
|
||||
Reference in New Issue
Block a user