summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--InstallationNotes.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/InstallationNotes.md b/InstallationNotes.md
index 134cea8..27e9048 100644
--- a/InstallationNotes.md
+++ b/InstallationNotes.md
@@ -52,7 +52,7 @@ installation at <code>http://yoursite/tt-rss/</code> and login with
default credentials (username: <code>admin</code>, password:
<code>password</code>).
-6. Go to preferences and change your password!
+6. **Open preferences and change your password!**
7. You will also need to decide on the method tt-rss uses to update
feeds. This is a separate topic, outlined in [UpdatingFeeds](wiki/UpdatingFeeds).
@@ -86,7 +86,9 @@ intermediate releases sequentially is not needed.
Change to tt-rss directory on your server and run:
-<pre>git pull origin master</pre>
+```
+git pull origin master
+```
That’s it. Proceed to next section.