Skip to content

Commit

Permalink
make readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jpfleischer committed Jan 15, 2024
1 parent 2b7af1e commit fac5c9a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -167,5 +168,5 @@ following
cmsi git clone bar
cmsi install bar
cmsi info

```
2 changes: 1 addition & 1 deletion src/bin/readme.py
Original file line number Diff line number Diff line change
Expand Up @@ -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('------------------')
Expand Down

0 comments on commit fac5c9a

Please sign in to comment.