diff options
author | Priit Laes <plaes@plaes.org> | 2010-07-01 00:28:24 +0300 |
---|---|---|
committer | Priit Laes <plaes@plaes.org> | 2010-07-01 00:28:24 +0300 |
commit | 03933441a35607c09512916408f6d63342521dfe (patch) | |
tree | 3f7722ce1e810278ba2cb9880699d795376785a1 /README | |
parent | Added database glue code and added short installation tutorial (diff) | |
download | gsoc2010-grumpy-03933441a35607c09512916408f6d63342521dfe.tar.gz gsoc2010-grumpy-03933441a35607c09512916408f6d63342521dfe.tar.bz2 gsoc2010-grumpy-03933441a35607c09512916408f6d63342521dfe.zip |
Fix some typos
Diffstat (limited to 'README')
-rw-r--r-- | README | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -26,7 +26,7 @@ Database configuration is defined by specifying the RFC-1738 style uri:: Installation ============ -Please not that database configuration is currently hardcoded to use +Please note that database configuration is currently hardcoded to use PostgreSQL database named 'grumpy' on localhost using 'grumpy:grumpy' as credentials. This will be fixed in future ;) @@ -40,11 +40,11 @@ up the python interpreter in the root directory of grumpy project: >>> from grumpy.database import init_db >>> init_db() -If no errors were shown schema creation was successful :) +If no errors were shown, then schema creation was successful :) -Now, to populate database with portage data, there's an utility inside 'utils' -directory called 'grumpy_sync.py'. All you have to do for now is to give a -path to portage directory as first argument: +Now in order to populate database with portage data, there's utility inside +'utils' directory called 'grumpy_sync.py'. All you have to do for now is to +give it a path to portage directory as first argument: $ python utils/grumpy_sync.py /usr/portage |