summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--InstallationNotes.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/InstallationNotes.md b/InstallationNotes.md
index 9d80b97..b252341 100644
--- a/InstallationNotes.md
+++ b/InstallationNotes.md
@@ -29,11 +29,11 @@ Alternatively, you can clone the repository on your local machine and
upload files to the server using FTP or any other means available to
you.
-2. Verify that you can open http://your.site.com/tt-rss/install/
+2. Verify that you can open http://yoursite/tt-rss/install/
3. Proceed with the installation using the easy installer. It will ask
your database credentials and a full URL on which tt-rss will be
-accessed, for example <code>http://your.site.com/tt-rss/install/</code>.
+accessed, for example <code>http://yoursite/tt-rss/install/</code>.
It is required that the URL is an externally accessible one (if any),
don’t use <code>localhost</code> there, it will break PUSH support. If
you are deploying tt-rss on LAN, you can disregard this requirement.
@@ -49,7 +49,7 @@ if you need to enable additional functionality or change default
configuration values.
5. After finishing with the installer, open your Tiny Tiny RSS
-installation at <code>http://your.site.com/tt-rss/</code> and login with
+installation at <code>http://yoursite/tt-rss/</code> and login with
default credentials (username: <code>admin</code>, password:
<code>password</code>).