Skip to content

Commit

Permalink
readme: make example code a single liner
Browse files Browse the repository at this point in the history
  • Loading branch information
uditkarode committed Nov 27, 2018
1 parent 5117f3a commit 7e93f50
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,7 @@ ucc init
ucc --workspace .
```

After setting up UCC, you can compile and run your programs with a command as simple as this!
```bash
ucc -br program.cpp
```
After setting up UCC, you can compile and run your programs with a command as simple as `ucc -br program.cpp`!

For instructions on usage of the script, use `ucc --help`

Expand Down
2 changes: 2 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ ucc init
ucc --workspace .
```

After setting up UCC, you can compile and run your programs with a command as simple as `ucc -br program.cpp`!

For instructions on usage of the script, use `ucc --help`

In the words of Bob the Builder:
Expand Down

0 comments on commit 7e93f50

Please sign in to comment.