diff --git a/README.md b/README.md index cb6b32f..bb6bd51 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Extensions are listed as YAML in the `\extensions` sub-directory, pull a request ### Usage -* Fork this repository to the web-server: +* Clone this repository to the web-server: ```bash $ git clone https://github.com/iganeshk/standardnotes-extensions.git diff --git a/build_repo.py b/build_repo.py index 6d0c571..984a443 100644 --- a/build_repo.py +++ b/build_repo.py @@ -235,7 +235,8 @@ def parse_extensions(base_dir, base_url, ghub_session): ext_json, indent=4, ) - print("\nProcessed: {} extensions. (Components: {}, Themes: {})".format(len(extfiles), len(extfiles)-len(themefiles), len(themefiles))) + print("\nProcessed: {:20s}{} extensions. (Components: {}, Themes: {})".format("", len(extfiles), len(extfiles)-len(themefiles), len(themefiles))) + print("Repository Endpoint URL: {:6s}{}/index.json".format("", base_url)) def main(): """