Skip to content

Commit

Permalink
readme: add code type
Browse files Browse the repository at this point in the history
  • Loading branch information
uditkarode authored Dec 7, 2018
1 parent f0629af commit deca32f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ After extraction, **you must run** `UCC-INIT.bat`. The file will set up the dire
You can now use `UCC-BUILD.bat`, `UCC-RUN.bat`, or `UCC-BUILD-RUN.bat` to compile, run, or compile and seamlessly run respectively.

If you prefer direct command line usage, you can change directory to the assets folder and use ucc this way:
```bash ucc --build abc.cpp
```bash
bash ucc --build abc.cpp
bash ucc --run abc.cpp.EXE

--OR--
Expand Down

0 comments on commit deca32f

Please sign in to comment.