Skip to content

Commit

Permalink
improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
IonBoleac committed Nov 15, 2024
1 parent 145a274 commit e583d6e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bin/auto_gen_readme.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@ The following software are supported to be installed by the script:
# Append the usage instructions, license, and improvement sections
markdown_content+="
## Usage
Run the script \'run_app.sh\' and choose the desired option to configure your PC.
Run the script \`run_app.sh\` and choose the desired option to configure your PC.
\`\`\`bash
./run_app.sh
\`\`\`
After running the script, you will be prompted to choose an option to configure your PC.
After running the script, you will be prompted to choose an option.
### Install Software Tools Directly
You may use the script install_softwares.sh to run the installation of the software directly.
Expand All @@ -64,7 +64,7 @@ Run the following commands to know how to use the install software script direct
./$INSTALL_FUNCTION_SCRIPT -h
\`\`\`
### Help command output
### Help install softwares command output
"
# Append the help command output
help_output=$(./$INSTALL_FUNCTION_SCRIPT -h)
Expand Down

0 comments on commit e583d6e

Please sign in to comment.