aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2014-01-29 18:15:52 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2014-01-29 18:15:52 +0100
commit80bb706ee4b8822b6b800dc22afcbed976e00419 (patch)
tree6496e3017d00b4647d8223c00e1d5d4fed00d6b6 /README.md
parentUpdated README. (diff)
downloadnewspipe-80bb706ee4b8822b6b800dc22afcbed976e00419.tar.gz
newspipe-80bb706ee4b8822b6b800dc22afcbed976e00419.tar.bz2
newspipe-80bb706ee4b8822b6b800dc22afcbed976e00419.zip
Updated README.
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index a100574c..28cac6a5 100644
--- a/README.md
+++ b/README.md
@@ -31,6 +31,10 @@ In order to prevent all dependencies problems and to keep your system stable, th
installed in a Python virtual environment (with [virtualenv](http://www.virtualenv.org)).
The installation will use the configuration file for the database setup.
+Point now your browser to the address [http://127.0.0.1:5000/](http://127.0.0.1:5000/) and login with email address
+*firstname.lastname@mail.com* and the password *secret*. You can update your profile at the
+address [http://127.0.0.1:5000/profile/](http://127.0.0.1:5000/profile/).
+
As already said, you can configure pyAggr3g470r (database name, proxy, user agent, etc.) in the file ``conf/conf.cfg``.
For example if you want to use pyAggr3g470r with Tor/Privoxy, you just have to set the value of
``http_proxy`` (for example: ``http_proxy = 127.0.0.1:8118``). Else leave the value blank.
@@ -57,4 +61,4 @@ License
Contact
-------
-[My home page](http://cedricbonhomme.org/).
+[My home page](http://cedricbonhomme.org/). \ No newline at end of file
bgstack15