Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update all Readme.md #338

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions [esx]/async/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<<<<<<< HEAD
# esx-legacy
Consolidated esx-legacy files into one repo for easy download since we will not support it
=======
Expand Down Expand Up @@ -39,4 +38,3 @@ Async.series(tasks, function(results)
print(json.encode(results))
end)
```
>>>>>>> async/master
6 changes: 3 additions & 3 deletions [esx]/cron/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@

### Using [fvm](https://github.com/qlaffont/fvm-installer)
```
fvm install --save --folder=esx esx-org/cron
fvm install --save --folder=esx esx-legacy/cron
```

### Using Git
```
cd resources
git clone https://github.com/ESX-Org/cron cron
git clone https://github.com/esx-legacy/cron cron
```

### Manually
- Download https://github.com/ESX-Org/cron/archive/master.zip
- Download https://github.com/esx-legacy/cron/archive/master.zip
- Put it in your resource directory


Expand Down
12 changes: 6 additions & 6 deletions [esx]/esx_identity/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,25 @@

## Requirements
* Dependencies For Full Functionality
* [esx_skin](https://github.com/ESX-Org/esx_skin)
* [esx_policejob](https://github.com/ESX-Org/esx_policejob)
* [esx_society](https://github.com/ESX-Org/esx_society)
* [esx_skin](https://github.com/esx-legacy/esx_skin)
* [esx_policejob](https://github.com/esx-legacy/esx_policejob)
* [esx_society](https://github.com/esx-legacy/esx_society)

## Download & Installation

### Using [fvm](https://github.com/qlaffont/fvm-installer)
```
fvm install --save --folder=esx esx-org/esx_identity
fvm install --save --folder=esx esx-legacy/esx_identity
```

### Using Git
```
cd resources
git clone https://github.com/ESX-Org/esx_identity [esx]/esx_identity
git clone https://github.com/esx-legacy/esx_identity [esx]/esx_identity
```

### Manually
- Download https://github.com/ESX-Org/esx_identity/archive/master.zip
- Download https://github.com/esx-legacy/esx_identity/archive/master.zip
- Put it in the `[esx]` directory

## Installation
Expand Down
6 changes: 3 additions & 3 deletions [esx]/esx_menu_dialog/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@ Simple script used for inputs.

### Using [fvm](https://github.com/qlaffont/fvm-installer)
```
fvm install --save --folder=esx esx-org/esx_menu_dialog
fvm install --save --folder=esx esx-legacy/esx_menu_dialog
```

### Using Git
```
cd resources
git clone https://github.com/ESX-Org/esx_menu_dialog [esx]/esx_menu_dialog
git clone https://github.com/esx-legacy/esx_menu_dialog [esx]/esx_menu_dialog
```

### Manually
- Download https://github.com/ESX-Org/esx_menu_dialog/archive/master.zip
- Download https://github.com/esx-legacy/esx_menu_dialog/archive/master.zip
- Put it in the `[esx]` directory

## Installation
Expand Down
6 changes: 3 additions & 3 deletions [esx]/esx_menu_list/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@ Advanced menu inputs for ESX

### Using [fvm](https://github.com/qlaffont/fvm-installer)
```
fvm install --save --folder=esx esx-org/esx_menu_list
fvm install --save --folder=esx esx-legacy/esx_menu_list
```

### Using Git
```
cd resources
git clone https://github.com/ESX-Org/esx_menu_list [esx]/esx_menu_list
git clone https://github.com/esx-legacy/esx_menu_list [esx]/esx_menu_list
```

### Manually
- Download https://github.com/ESX-Org/esx_menu_list/archive/master.zip
- Download https://github.com/esx-legacy/esx_menu_list/archive/master.zip
- Put it in the `[esx]` directory

## Installation
Expand Down
8 changes: 4 additions & 4 deletions [esx]/esx_skin/README.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
# esx_skin

## Requirements
- [skinchanger](https://github.com/ESX-Org/skinchanger)
- [skinchanger](https://github.com/esx-legacy/skinchanger)

## Download & Installation

### Using [fvm](https://github.com/qlaffont/fvm-installer)
```
fvm install --save --folder=esx esx-org/esx_skin
fvm install --save --folder=esx esx-legacy/esx_skin
```

### Using Git
```
cd resources
git clone https://github.com/ESX-Org/esx_skin [esx]/esx_skin
git clone https://github.com/esx-legacy/esx_skin [esx]/esx_skin
```

### Manually
- Download https://github.com/ESX-Org/esx_skin/archive/master.zip
- Download https://github.com/esx-legacy/esx_skin/archive/master.zip
- Put it in the `[esx]` directory

## Installation
Expand Down
6 changes: 3 additions & 3 deletions [esx]/skinchanger/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ skinchanger is a resource that makes it easy to set and get player ped clothing.

### Using [fvm](https://github.com/qlaffont/fvm-installer)
```
fvm install --save esx-org/skinchanger
fvm install --save esx-legacy/skinchanger
```

### Using Git
```
cd resources
git clone https://github.com/ESX-Org/skinchanger skinchanger
git clone https://github.com/esx-legacy/skinchanger skinchanger
```

### Manually
- Download https://github.com/ESX-Org/skinchanger/archive/master.zip
- Download https://github.com/esx-legacy/skinchanger/archive/master.zip

## Installation
- Add this to your `server.cfg`:
Expand Down
6 changes: 3 additions & 3 deletions [esx_addons]/esx_addonaccount/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@

### Using [fvm](https://github.com/qlaffont/fvm-installer)
```
fvm install --save --folder=esx esx-org/esx_addonaccount
fvm install --save --folder=esx esx-legacy/esx_addonaccount
```

### Using Git
```
cd resources
git clone https://github.com/ESX-Org/esx_addonaccount [esx]/esx_addonaccount
git clone https://github.com/esx-legacy/esx_addonaccount [esx]/esx_addonaccount
```

### Manually
- Download https://github.com/ESX-Org/esx_addonaccount/archive/master.zip
- Download https://github.com/esx-legacy/esx_addonaccount/archive/master.zip
- Put it in the `[esx]` directory

## Installation
Expand Down
6 changes: 3 additions & 3 deletions [esx_addons]/esx_addoninventory/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@

### Using [fvm](https://github.com/qlaffont/fvm-installer)
```
fvm install --save --folder=esx esx-org/esx_addoninventory
fvm install --save --folder=esx esx-legacy/esx_addoninventory
```

### Using Git
```
cd resources
git clone https://github.com/ESX-Org/esx_addoninventory [esx]/esx_addoninventory
git clone https://github.com/esx-legacy/esx_addoninventory [esx]/esx_addoninventory
```

### Manually
- Download https://github.com/ESX-Org/esx_addoninventory/archive/master.zip
- Download https://github.com/esx-legacy/esx_addoninventory/archive/master.zip
- Put it in the `[esx]` directory

## Installation
Expand Down
6 changes: 3 additions & 3 deletions [esx_addons]/esx_animations/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@

### Using [fvm](https://github.com/qlaffont/fvm-installer)
```
fvm install --save --folder=esx esx-org/esx_animations
fvm install --save --folder=esx esx-legacy/esx_animations
```

### Using Git
```
cd resources
git clone https://github.com/ESX-Org/esx_animations [esx]/esx_animations
git clone https://github.com/esx-legacy/esx_animations [esx]/esx_animations
```

### Manually
- Download https://github.com/ESX-Org/esx_animations/archive/master.zip
- Download https://github.com/esx-legacy/esx_animations/archive/master.zip
- Put it in the `[esx]` directory

## Installation
Expand Down
12 changes: 6 additions & 6 deletions [esx_addons]/esx_bankerjob/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,25 @@

## Requirements

- [cron](https://github.com/ESX-Org/cron)
- [esx_addonaccount](https://github.com/ESX-Org/esx_addonaccount)
- [esx_society](https://github.com/ESX-Org/esx_society)
- [cron](https://github.com/esx-legacy/cron)
- [esx_addonaccount](https://github.com/esx-legacy/esx_addonaccount)
- [esx_society](https://github.com/esx-legacy/esx_society)

## Download & Installation

### Using [fvm](https://github.com/qlaffont/fvm-installer)
```
fvm install --save --folder=esx esx-org/esx_bankerjob
fvm install --save --folder=esx esx-legacy/esx_bankerjob
```

### Using Git
```
cd resources
git clone https://github.com/ESX-Org/esx_bankerjob [esx]/esx_bankerjob
git clone https://github.com/esx-legacy/esx_bankerjob [esx]/esx_bankerjob
```

### Manually
- Download https://github.com/ESX-Org/esx_bankerjob/archive/master.zip
- Download https://github.com/esx-legacy/esx_bankerjob/archive/master.zip
- Put it in the `[esx]` directory

## Installation
Expand Down
8 changes: 4 additions & 4 deletions [esx_addons]/esx_barbershop/README.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
# esx_barbershop

## Requirements
- [esx_skin](https://github.com/ESX-Org/esx_skin)
- [esx_skin](https://github.com/esx-legacy/esx_skin)

## Download & Installation

### Using [fvm](https://github.com/qlaffont/fvm-installer)
```
fvm install --save --folder=esx esx-org/esx_barbershop
fvm install --save --folder=esx esx-legacy/esx_barbershop
```

### Using Git
```
cd resources
git clone https://github.com/ESX-Org/esx_barbershop [esx]/esx_barbershop
git clone https://github.com/esx-legacy/esx_barbershop [esx]/esx_barbershop
```

### Manually
- Download https://github.com/ESX-Org/esx_barbershop/archive/master.zip
- Download https://github.com/esx-legacy/esx_barbershop/archive/master.zip
- Put it in the `[esx]` directory

## Installation
Expand Down
8 changes: 4 additions & 4 deletions [esx_addons]/esx_basicneeds/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,23 @@
This script implements hunger and thirst status, they can be increased when eating bread or drinking water.

## Requirements
- [esx_status](https://github.com/ESX-Org/esx_status)
- [esx_status](https://github.com/esx-legacy/esx_status)

## Download & Installation

### Using [fvm](https://github.com/qlaffont/fvm-installer)
```
fvm install --save --folder=esx esx-org/esx_basicneeds
fvm install --save --folder=esx esx-legacy/esx_basicneeds
```

### Using Git
```
cd resources
git clone https://github.com/ESX-Org/esx_basicneeds [esx]/esx_basicneeds
git clone https://github.com/esx-legacy/esx_basicneeds [esx]/esx_basicneeds
```

### Manually
- Download https://github.com/ESX-Org/esx_basicneeds/archive/master.zip
- Download https://github.com/esx-legacy/esx_basicneeds/archive/master.zip
- Put it in the `[esx]` directory


Expand Down
6 changes: 3 additions & 3 deletions [esx_addons]/esx_billing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@ There is a developer server event available in order to register bills in the da

### Using [fvm](https://github.com/qlaffont/fvm-installer)
```
fvm install --save --folder=esx esx-org/esx_billing
fvm install --save --folder=esx esx-legacy/esx_billing
```

### Using Git
```
cd resources
git clone https://github.com/ESX-Org/esx_billing [esx]/esx_billing
git clone https://github.com/esx-legacy/esx_billing [esx]/esx_billing
```

### Manually
- Download https://github.com/ESX-Org/esx_billing/archive/master.zip
- Download https://github.com/esx-legacy/esx_billing/archive/master.zip
- Put it in the `[esx]` directory


Expand Down
8 changes: 4 additions & 4 deletions [esx_addons]/esx_boat/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,23 @@
This resource for ESX adds boat shops and boat garages around San Andreas, the island has been populated with boat garages, and comes defaulted with one boat shop.

## Requirements
- [esx_vehicleshop](https://github.com/ESX-Org/esx_vehicleshop)
- [esx_vehicleshop](https://github.com/esx-legacy/esx_vehicleshop)

## Download & Installation

### Using [fvm](https://github.com/qlaffont/fvm-installer)
```
fvm install --save --folder=esx esx-org/esx_boat
fvm install --save --folder=esx esx-legacy/esx_boat
```

### Using Git
```
cd resources
git clone https://github.com/ESX-Org/esx_boat [esx]/esx_boat
git clone https://github.com/esx-legacy/esx_boat [esx]/esx_boat
```

### Manually
- Download https://github.com/ESX-Org/esx_boat/archive/master.zip
- Download https://github.com/esx-legacy/esx_boat/archive/master.zip
- Put it in the `[esx]` directory

## Installation
Expand Down
8 changes: 4 additions & 4 deletions [esx_addons]/esx_clotheshop/README.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
# esx_clotheshop

## Requirements
- [esx_skin](https://github.com/ESX-Org/esx_skin)
- [esx_skin](https://github.com/esx-legacy/esx_skin)

## Download & Installation

### Using [fvm](https://github.com/qlaffont/fvm-installer)
```
fvm install --save --folder=esx esx-org/esx_clotheshop
fvm install --save --folder=esx esx-legacy/esx_clotheshop
```

### Using Git
```
cd resources
git clone https://github.com/ESX-Org/esx_clotheshop [esx]/esx_clotheshop
git clone https://github.com/esx-legacy/esx_clotheshop [esx]/esx_clotheshop
```

### Manually
- Download https://github.com/ESX-Org/esx_clotheshop/archive/master.zip
- Download https://github.com/esx-legacy/esx_clotheshop/archive/master.zip
- Put it in the `[esx]` directory

## Installation
Expand Down
2 changes: 1 addition & 1 deletion [esx_addons]/esx_cruisecontrol/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ fvm install --save esx_cruisecontrol
```

**Using Git Releases**
Download the latest release : https://github.com/ESX-Org/esx_cruisecontrol/releases
Download the latest release : https://github.com/esx-legacy/esx_cruisecontrol/releases
Loading