Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Stuyk authored Jul 29, 2020
1 parent 58b8486 commit c20b12c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ Cover links must be on `imgur`.

Description must not be longer than 750 characters.

`cli` refers to if your resource has install instructions in an `.altv` file. [See Here](https://github.com/stuyk/altv-installer)

## Example JSON Structure for Resource

```js
Expand All @@ -22,7 +24,8 @@ Description must not be longer than 750 characters.
"url": "https://github.com/Stuyk/altv-quickstart",
"description": "A starting point for starting an alt:V server with chat, commands, etc.",
"tags": ["boilerplate", "javascript", "quickstart"],
"cover": "https://i.imgur.com/0t0vDFE.jpg"
"cover": "https://i.imgur.com/0t0vDFE.jpg",
"cli": false
}
```

Expand Down

0 comments on commit c20b12c

Please sign in to comment.