summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarvin Borner2018-09-19 18:40:19 +0200
committerMarvin Borner2018-09-19 18:40:19 +0200
commitfe75612e86b493a4e66c4e104e22658679cc014f (patch)
tree8c340bb147f5c6ef9f7f918934ef6a87e6978509
parentb4c9a7fa69ffe6be856a2a0fd063f76584ed2096 (diff)
Fixed instruction :memo: :sparkles:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index ef6eab1..9cdc510 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@ After it has finished the information gathering, it will go on by using the firs
# Using the crawler
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
+3. Edit `database/mysql_conf.inc` according to your databases credentials
4. Run `cd crawler && php crawler.php http://dmoztools.net/` (or any other domain)
5. For future runs, just execute `cd crawler && php crawler.php` without any arguments and it will automatically
start with the first url of the queue