aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuchen Pei <hi@ypei.me>2022-09-16 11:53:06 +1000
committerYuchen Pei <hi@ypei.me>2022-09-16 11:53:06 +1000
commitf78d4f45c61cfb003a483949e898682496585daa (patch)
tree6fa496273d90e0a963a6ed4e3eaef901fff2bdaa
parent997db7f09c1f159b531fc804aacf3c5ca1208d87 (diff)
updating readme now that the scripts have been restored
-rw-r--r--README.txt7
1 files changed, 2 insertions, 5 deletions
diff --git a/README.txt b/README.txt
index e16b9f8..74a10e4 100644
--- a/README.txt
+++ b/README.txt
@@ -178,12 +178,9 @@ Modify the PHP file Application/Include/languages.php
== How to fill the vendors entry ==
-After the installation, you have to fill the MySQL table containing the vendors. To carry out this task, you need to download the proper scripts using the following command:
-* FIXME: restore the scripts.
+After the installation, you have to fill the MySQL table containing the vendors. To carry out this task, use the scripts in the scripts sub-directory.
- svn co svn://svn.savannah.nongnu.org/h-source/trunk/scripts/vendorid
-
-Change into the vendorid/ directory. Open the file 'connect.php' and set the following variables with the same values as your h-node instance:
+Change into the scripts/vendorid/ directory. Open the file 'connect.php' and set the following variables with the same values as your h-node instance:
$host = '<DOMAIN_NAME>';
$user = '<USERNAME>';