diff options
author | Andrew Manning <tamanning@zoho.com> | 2015-10-16 06:21:02 -0400 |
---|---|---|
committer | Andrew Manning <tamanning@zoho.com> | 2015-10-16 06:21:02 -0400 |
commit | 051858300e4bb14eb298979145cfb2a322949710 (patch) | |
tree | c18c669da03576b7ad32ba0d1c2a7d39b576e0b1 /doc/theme_management.bb | |
parent | 75d16e4852472cf9f321edceb67ea771e1f4e7ae (diff) | |
download | volse-hubzilla-051858300e4bb14eb298979145cfb2a322949710.tar.gz volse-hubzilla-051858300e4bb14eb298979145cfb2a322949710.tar.bz2 volse-hubzilla-051858300e4bb14eb298979145cfb2a322949710.zip |
Updated formatting and typos
Diffstat (limited to 'doc/theme_management.bb')
-rw-r--r-- | doc/theme_management.bb | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/doc/theme_management.bb b/doc/theme_management.bb index 8166e5fe7..6340372a8 100644 --- a/doc/theme_management.bb +++ b/doc/theme_management.bb @@ -1,13 +1,9 @@ [h1]Theme Management[/h1]
-
[h2]Add new theme repo to your hub[/h2]
-
1. Navigate to your hub web root
[code]root@hub:~# cd /var/www[/code]
2. Add the theme repo and give it a name
-[code]root@hub:/var/www# util/add_theme_repo https://github.com/username/theme-repo.git[/zrl] UniqueThemeRepoName[/code]
-
+[code][nobb]root@hub:/var/www# util/add_theme_repo https://github.com/username/theme-repo.git UniqueThemeRepoName[/nobb][/code]
[h2]Update existing theme repo[/h2]
-
Update the repo by using
[code]root@hub:/var/www# util/update_theme_repo UniqueThemeRepoName[/code]
|