Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aadarshadhakalg authored Jul 1, 2021
1 parent ec7bf48 commit 05904dd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <command> [arguments]
Expand All @@ -28,3 +28,4 @@ Available commands:
create Creates new cmake project
Run "cmakenew help <command>" for more information about a command
```

0 comments on commit 05904dd

Please sign in to comment.