summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfox <[email protected]>2019-11-17 12:59:28 +0000
committerfox <[email protected]>2019-11-17 12:59:28 +0000
commit8ad10cc45dc8f6d53621d4d18ac85632e02e02c5 (patch)
treef2577f6963419e773129e33ffa10f9cf58923c0f
parentee8a6a49aa32aea3c8ef25e0acd9270a58e277c1 (diff)
Update page 'InstallationNotes'
-rw-r--r--InstallationNotes.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/InstallationNotes.md b/InstallationNotes.md
index 962c1ae..717f7cf 100644
--- a/InstallationNotes.md
+++ b/InstallationNotes.md
@@ -27,10 +27,11 @@ necessary.
PHP [opcode cache](https://www.google.com/search?q=php+enable+opcode+cache) is recommended.
See also: [PhpCompatibilityNotes](wiki/PhpCompatibilityNotes).
4. The manual assumes you have basic knowledge of [Git SCM](https://www.google.com/search?q=git+howto).
-5. **Always use latest Git code from master branch. [Ignore the releases page](https://community.tt-rss.org/t/version-bump-for-ttrss/2655).**
1. Clone tt-rss repository using Git
+**Always use latest Git code from master branch. [Ignore the releases page](https://community.tt-rss.org/t/version-bump-for-ttrss/2655).**
+
```
git clone https://git.tt-rss.org/fox/tt-rss.git tt-rss
```