don't confuse people with matrix

This commit is contained in:
Jeroen van Riet Paap 2016-02-12 17:17:26 +01:00
parent 689a6dc085
commit d04aef4c44

View File

@ -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.