Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Xety committed Nov 15, 2016
1 parent 3d26168 commit e25ad86
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -20,6 +20,9 @@ The source code of the bot core can be found here: [SkinnyBot/Skinny](https://gi
# Run
Command line only : `php run.php`

# Note
The skeleton will install by default the [Module Plugin](https://github.com/SkinnyBot/Module) and the [Basic Plugin](https://github.com/SkinnyBot/Basic) automatically.

## Running the bot permanently on a Server
I recommend to use the popular `Unitech/pm2` npm package to run your bot. You will need `NodeJS` and `npm` installed on your server.
```
Expand Down
2 changes: 1 addition & 1 deletion composer.json
@@ -1,6 +1,6 @@
{
"name": "skinnybot/skinny-skeleton",
"description": "A simple discord bot in PHP.",
"description": "A framework to create discord bot in PHP.",
"homepage": "https://github.com/SkinnyBot/Skinny-Skeleton",
"keywords": ["discord", "bot", "php", "discordphp", "botphp", "skinny"],
"type": "project",
Expand Down

0 comments on commit e25ad86

Please sign in to comment.