From a791aebfd4d616ccaf9766a23b1fefd442bd56ed Mon Sep 17 00:00:00 2001 From: userMacieG Date: Fri, 11 Oct 2019 11:25:31 +0200 Subject: [PATCH] Update README.md --- README.md | 34 +++++++++++++++------------------- 1 file changed, 15 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index 1588f62b..fc5e3235 100644 --- a/README.md +++ b/README.md @@ -1,32 +1,28 @@ # esx_voice -FXServer ESX Voice - - -#### Description This is a proximity voice controller script. The default control for this is `Left Shift + H` (QWERTY). -#### Download +## Download & Installation -**1) Using [fvm](https://github.com/qlaffont/fvm-installer)** +### Using [fvm](https://github.com/qlaffont/fvm-installer) ``` fvm install --save --folder=esx esx-org/esx_voice ``` -**2) Manually** -- Download https://github.com/ESX-Org/esx_voice/releases/latest -- Put it in resource/[esx] directory - -**3) Using Git** - +### Using Git ``` -cd resouces -git clone https://github.com/ESX-Org/esx_voice +cd resources +git clone https://github.com/ESX-Org/esx_voice [esx]/esx_voice ``` -#### Installation +### Manually +- Download https://github.com/ESX-Org/esx_voice/archive/master.zip +- Put it in the `[esx]` directory -1) Add `start esx_voice` to your server.cfg +## Installation +Add this into your `server.cfg` +``` +start esx_voice +``` - -#### Credits -Original Script by [aabbfive](https://github.com/aabbfive/voicecontroller) +## Credits +[aabbfive](https://github.com/aabbfive/voicecontroller) - Original author