Skip to content

Commit

Permalink
Added simple update script as well as note about third-party plugins.
Browse files Browse the repository at this point in the history
  • Loading branch information
MinoMino committed Jan 20, 2016
1 parent 8f88677 commit af8868a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@ for commands like `!ban` where the target player might not currently be connecte

[See here for a full command list.](https://github.com/MinoMino/minqlx/wiki/Command-List)

Note that the plugins repository only contains plugins maintained by me. Take a look [here](https://github.com/MinoMino/minqlx/wiki/Useful-Plugins) some of the plugins by other users that could be useful to you.

Updating
========
Since this and plugins use different repositories, they will also be updated separately. However, the latest master
Expand All @@ -133,6 +135,8 @@ extract it with `tar -xvf <tarball>`. To update the plugins, use `cd` to change
and do `git pull origin` and you should be good to go. Git should not remove any untracked files, so you can have your
own custom plugins there and still keep your local copy of the repo up to date.

You can also try running [these scripts](https://gist.github.com/MinoMino/5a8c76da3edd953144ef) from your QLDS directory. It will compile the latest version from source and update plugins. The second script is the same, but using the develop branch instead.

Compiling
=========
**NOTE**: This is *not* required if you are using binaries.
Expand Down

0 comments on commit af8868a

Please sign in to comment.