diff options
Diffstat (limited to 'doc/theme_management.bb')
-rw-r--r-- | doc/theme_management.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/theme_management.bb b/doc/theme_management.bb new file mode 100644 index 000000000..8166e5fe7 --- /dev/null +++ b/doc/theme_management.bb @@ -0,0 +1,13 @@ +[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]
+
+[h2]Update existing theme repo[/h2]
+
+Update the repo by using
+[code]root@hub:/var/www# util/update_theme_repo UniqueThemeRepoName[/code]
|