diff --git a/README.md b/README.md index b8db488..12149c7 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,7 @@ from Generation Z with the awadrd numbers 1829704 and 2200409. ## Manual Page +```bash cloudmesh-installer -- a helper to install cloudmesh from source for developers. Usage: @@ -167,5 +168,5 @@ following cmsi git clone bar cmsi install bar cmsi info - +``` diff --git a/src/bin/readme.py b/src/bin/readme.py index e67ac00..3b97fc8 100644 --- a/src/bin/readme.py +++ b/src/bin/readme.py @@ -27,7 +27,7 @@ def update_section(command: str, output = "\n```bash\n" + output + "\n```\n" # Wrap the output in ```bash``` else: output = "\n".join([line for line in output.split('\n') if line.strip()]) # Remove empty lines - output = "\n" + output + "\n" + output = "\n```bash\n" + output + "\n```\n" print('------------------') print(output) print('------------------')