summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfox <[email protected]>2019-03-09 13:43:57 +0000
committerfox <[email protected]>2019-03-09 13:43:57 +0000
commit7bd542bc55320acfa70986bb8057d6483d16b541 (patch)
treea624bc15b8e659046574efe9440bf4794836bcf2
parent71eab0f6bcb6b539be99f0cf79cdd5c01ebb3de1 (diff)
Update page 'InstallationNotes'
-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.