summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index bd669c6..e166b43 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ After it has finished the information gathering, it will go on by using the firs
1. Create a mysql database: `mysql -u username -p` and `CREATE DATABASE database_name;`
2. Import the `database.sql` file into your database with `mysql -u username -p database_name < database.sql`
3. Edit `mysql_conf.inc` according to your databases credentials
-4. Run `php crawler.php http://dmoztools.net/`
+4. Run `php crawler.php http://dmoztools.net/` (or any other domain)
5. For future runs, just execute `php crawler.php` and it will automatically start with the first url of the queue
6. Finished!
\ No newline at end of file