diff options
author | Haakon Meland Eriksen <haakon.eriksen@far.no> | 2016-02-13 11:02:43 +0100 |
---|---|---|
committer | Haakon Meland Eriksen <haakon.eriksen@far.no> | 2016-02-13 11:02:43 +0100 |
commit | b77c5ae61e5a208daf4b9431a730db874c487e32 (patch) | |
tree | 0c666995985fe0435dea295aeced662691b59ec5 /install | |
parent | ac4a8fde3a662f4f8918177ae4e5decefdc2ad11 (diff) | |
parent | dd2d12350ccf0f21276c0d0534babab4848642f8 (diff) | |
download | volse-hubzilla-b77c5ae61e5a208daf4b9431a730db874c487e32.tar.gz volse-hubzilla-b77c5ae61e5a208daf4b9431a730db874c487e32.tar.bz2 volse-hubzilla-b77c5ae61e5a208daf4b9431a730db874c487e32.zip |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'install')
-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. |