diff --git a/README.md b/README.md index 648d6ac..9fca325 100644 --- a/README.md +++ b/README.md @@ -8,13 +8,13 @@ A command line utility to bootstrap simple cmake project. ** Run this command ** ``` -sudo apt install wget && wget https://raw.githubusercontent.com/aadarshadhakalg/cmakenew/master/downloads/linux/cmakenew && sudo mkdir /opt/cmakenew && sudo cp cmakenew /opt/cmakenew/cmakenew && sudo chmod +x /opt/cmakenew/cmakenew && echo 'export PATH="/opt/cmakenew/:$PATH"' >> $HOME/.bashrc && source $HOME/.bashrc +sudo apt install wget && wget https://raw.githubusercontent.com/aadarshadhakalg/cmakenew/master/downloads/linux/cmakenew && sudo mkdir /opt/cmakenew && sudo mv cmakenew /opt/cmakenew/cmakenew && sudo chmod +x /opt/cmakenew/cmakenew && echo 'export PATH="/opt/cmakenew/:$PATH"' >> $HOME/.bashrc && source $HOME/.bashrc ``` ### Usage - +``` Create a new project Usage: cmakenew [arguments] @@ -28,3 +28,4 @@ Available commands: create Creates new cmake project Run "cmakenew help " for more information about a command +```