Skip to content

Commit

Permalink
better readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Z3rio committed Sep 14, 2023
1 parent 235f32e commit 34e3d00
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,17 @@ It is meant to be used together with
[FiveM.nvim](https://github.com/Z3rio/FiveM.nvim) (Which requires the Neovim
editor)

**More information will be added here once it is finished**
## Requirements

- [Node.js](https://nodejs.org/en)

## Setup

Add the following line to your `server.cfg` for the resource to have perms for
restarting/stopping other resources.
1. Open your terminal and run: `npm install`, `npm run build` in `nvimapi`'s
directory. This will install all node modules and build the files.

2. Add the following line to your `server.cfg` for the resource to have
permission to restart/stop other resources and such.

```lua
add_principal resource.nvimapi group.admin
Expand Down

0 comments on commit 34e3d00

Please sign in to comment.