summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-04-22 16:11:10 +0300
committerAndrew Dolgov <[email protected]>2017-04-22 16:11:10 +0300
commita4823bd21c41a39767fdf9255ad462857a19f924 (patch)
treec88612f8194237f43b19fef04a4129d9e5a6d5ce
parentc41b0fbee5f76890fddf1ff4991637899dc0f365 (diff)
fox created page: test
-rw-r--r--InstallationNotes.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/InstallationNotes.md b/InstallationNotes.md
index f11e959..79c3cdf 100644
--- a/InstallationNotes.md
+++ b/InstallationNotes.md
@@ -22,7 +22,7 @@ installation.
1. Clone tt-rss repository using Git
-<code>git clone https://tt-rss.org/git/tt-rss.git tt-rss</code>
+<pre>git clone https://tt-rss.org/git/tt-rss.git tt-rss</pre>
Alternatively, you can clone the repository on your local machine and
upload files to the server using FTP or any other means available to
@@ -87,7 +87,7 @@ intermediate releases sequentially is not needed.
Change to tt-rss directory on your server and run:
-<code>git pull origin master</code>
+<pre>git pull origin master</pre>
That’s it. Proceed to next section.