From fac5c9ae0f163b20c610c350ee33b27b017a001e Mon Sep 17 00:00:00 2001 From: "J.P" <70083705+stapmoshun@users.noreply.github.com> Date: Mon, 15 Jan 2024 01:05:37 -0500 Subject: [PATCH] make readme --- README.md | 3 ++- src/bin/readme.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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('------------------')