diff --git a/README.md b/README.md index 5200f45..35539f5 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,15 @@ Currently supported languages for writing plugins are Python, Ruby and C. Building Profanity with plugin support -------------------------------------- +You will need a few more dependencies installed on your system: + +``` +python-dev +ruby-dev +libtool +autoconf-archive +``` + Check out the `plugins` branch and run the usual: ``` @@ -19,15 +28,6 @@ sudo make install 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: - -``` -python-dev -ruby-dev -libtool -autoconf-archives -``` - Loading plugins ---------------