aboutsummaryrefslogtreecommitdiffstats
path: root/install/INSTALL.txt
diff options
context:
space:
mode:
authorfriendica <redmatrix@redmatrix.me>2015-04-01 15:52:02 -0700
committerfriendica <redmatrix@redmatrix.me>2015-04-01 15:52:02 -0700
commitd599ebe742a9fa205da989521388a18655353566 (patch)
treeed0e30b145382a5a9d5293ce1c1a47e8ea6b4281 /install/INSTALL.txt
parentf0330bcdc2b60438f87fb7caac7b66aaab75034f (diff)
downloadvolse-hubzilla-d599ebe742a9fa205da989521388a18655353566.tar.gz
volse-hubzilla-d599ebe742a9fa205da989521388a18655353566.tar.bz2
volse-hubzilla-d599ebe742a9fa205da989521388a18655353566.zip
update resource links
Diffstat (limited to 'install/INSTALL.txt')
-rw-r--r--install/INSTALL.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/install/INSTALL.txt b/install/INSTALL.txt
index bfd685de4..58ec365cb 100644
--- a/install/INSTALL.txt
+++ b/install/INSTALL.txt
@@ -96,7 +96,7 @@ use SSL, your webserver must not listen on port 443 at all.
software much easier to update. The Linux command to clone the repository
into a directory "mywebsite" would be
- git clone https://github.com/friendica/red.git mywebsite
+ git clone https://github.com/redmatrix/redmatrix.git mywebsite
- and then you can pick up the latest changes at any time with
@@ -127,7 +127,7 @@ use SSL, your webserver must not listen on port 443 at all.
a nickname of 'matrix'. You can pull in other redmatrix addon repositories by
giving them different nicknames.
- util/add_addon_repo https://github.com/friendica/red-addons.git matrix
+ util/add_addon_repo https://github.com/redmatrix/redmatrix-addons.git matrix
- For keeping the addon tree updated, you should be on your top level website
directory and issue an update command for that repository.