aboutsummaryrefslogtreecommitdiffstats
path: root/install/INSTALL.txt
diff options
context:
space:
mode:
authorJeroen van Riet Paap <jeroenpraat@xs4all.nl>2016-02-12 17:17:26 +0100
committerJeroen van Riet Paap <jeroenpraat@xs4all.nl>2016-02-12 17:17:26 +0100
commitd04aef4c44a867453dc815b901de7f7cdadfb15f (patch)
treee7a64429a2672851974989b7c9989277266a4f28 /install/INSTALL.txt
parent689a6dc0854650249d32d0b396141902008b5538 (diff)
downloadvolse-hubzilla-d04aef4c44a867453dc815b901de7f7cdadfb15f.tar.gz
volse-hubzilla-d04aef4c44a867453dc815b901de7f7cdadfb15f.tar.bz2
volse-hubzilla-d04aef4c44a867453dc815b901de7f7cdadfb15f.zip
don't confuse people with matrix
Diffstat (limited to 'install/INSTALL.txt')
-rw-r--r--install/INSTALL.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/install/INSTALL.txt b/install/INSTALL.txt
index 22c7ef35f..37faddc55 100644
--- a/install/INSTALL.txt
+++ b/install/INSTALL.txt
@@ -135,16 +135,16 @@ these services from working correctly.
cd mywebsite
- Then you should clone the addon repository (separately). We'll give this repository
- a nickname of 'matrix'. You can pull in other hubzilla addon repositories by
+ a nickname of 'hzaddons'. You can pull in other hubzilla addon repositories by
giving them different nicknames.
- util/add_addon_repo https://github.com/redmatrix/hubzilla-addons.git matrix
+ util/add_addon_repo https://github.com/redmatrix/hubzilla-addons.git hzaddons
- For keeping the addon tree updated, you should be on your top level website
directory and issue an update command for that repository.
cd mywebsite
- util/update_addon_repo matrix
+ util/update_addon_repo hzaddons
- Create searchable representations of the online documentation. You may do this any time
that the documentation is updated.