diff options
-rw-r--r-- | install/INSTALL.txt | 6 |
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. |