From b3fb884f691e07b2d8838152eb43639d066a3b99 Mon Sep 17 00:00:00 2001 From: James Booth Date: Mon, 2 Sep 2013 20:49:15 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3929fde..ddbb3ed 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,14 @@ sudo make install The last step will create a shared library `libprofanity` and install headers required for developing C plugins. If you don't want to run any C plugins, you can omit the last step. -You will need python-dev, ruby-dev and libtool packages installed on your system. +You will need a few more dependencies installed on your system: + +``` +python-dev +ruby-dev +libtool +autoconf-archives +``` Loading plugins --------------- From 50f79b5df75d1db55734013e70fb3ea05073f4b9 Mon Sep 17 00:00:00 2001 From: James Booth Date: Mon, 2 Sep 2013 21:24:57 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ddbb3ed..5200f45 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ make sudo make install ``` -The last step will create a shared library `libprofanity` and install headers required for developing C plugins. If you don't want to run any C plugins, you can omit the last step. +The last step will create a shared library `libprofanity` and install headers required for developing C plugins. You will need a few more dependencies installed on your system: @@ -48,6 +48,8 @@ For example: load=browser.py;connect.py;ChatStart.rb;cricket-score.py;platform-info.py;whoami.py;ascii.py ``` +Run the `/plugins` command to see a list of installed plugins. + Example plugin code -------------------