From 698d86e1a4cad2fe053a177a450fbf5f1d1160ff Mon Sep 17 00:00:00 2001 From: lukeroge Date: Mon, 21 Nov 2011 23:58:07 +1300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 700eb84..0455d71 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Before you can run the bot, you need to install a few Python modules. These are ```sudo apt-get install python-beautifulsoup ``` -If you use another OS or distro you can find source packages on the module(s) web site, or you can try to find the packages in your package manager. +If you use another OS or distro you can find source packages on the module(s) web site, or you can try to find suitable packages in your package manager. Once installing these packages run the bot once with ```python bot.py``` to generate the config file. Stop the bot, edit the config, and run the bot again with ```python bot.py``` to start it up :)