Skip to content

Commit

Permalink
README: add suffix to binary bash execution
Browse files Browse the repository at this point in the history
  • Loading branch information
uditkarode authored Aug 7, 2019
1 parent a3f0020 commit fd71931
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ This has been tested working on Windows 10.
*For advanced users:*
If you prefer direct command line usage, you can change directory to the assets folder and use ucc this way:
```bash
bash ucc --build abc.cpp
bash ucc --run abc.cpp.EXE
.\bash ucc --build abc.cpp
.\bash ucc --run abc.cpp.EXE

--OR--

bash ucc -br abc.cpp
.\bash ucc -br abc.cpp
```

#### *NIX:
Expand Down

0 comments on commit fd71931

Please sign in to comment.