You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<li><a href="#integrating-with-vscode">Integrating with vscode</a></li>
@@ -54,15 +57,15 @@
54
57
<!-- ABOUT THE PROJECT -->
55
58
## About The Project
56
59
57
-
This is a script written in bash, which compiles the code file and run it for you and delete other junk files if created during the process of compilation, all this with one command.
60
+
This is a script, which compiles the code file and run it for you and delete other _junk_ files if created during the process of compilation, all this with one command for all the languages supported by it. No more remembering different arguments for different compilers to compile, execut and debug the code.
58
61
59
62
<palign="right">(<ahref="#top">back to top</a>)</p>
60
63
61
64
### Built With
62
65
63
66
This project is made with following langs/frameworks.
64
67
65
-
*BASH
68
+
*[Bash](https://devdocs.io/bash/)
66
69
67
70
<palign="right">(<ahref="#top">back to top</a>)</p>
68
71
@@ -72,12 +75,12 @@ This project is made with following langs/frameworks.
72
75
73
76
### Installation
74
77
75
-
_Now since we are done with the setting up of environment suitable for the project to compile/run, let's install and configure the project on your system locally now._
78
+
_To install and configure the project on your system locally:_
76
79
77
80
1. Copy and run the following command to install the run binary on your system.
0 commit comments