readme
This commit is contained in:
parent
34204b25a0
commit
b7b68a0961
14
README.md
14
README.md
@ -27,10 +27,18 @@ Hewwo, wowld!
|
||||
$ ./owo -o output.txt "Hello, world!"
|
||||
```
|
||||
|
||||
## Building
|
||||
to build the program, run the following command (note that you need g++ installed):
|
||||
### to clipboard:
|
||||
```bash
|
||||
$ g++ -o owo owo.cpp
|
||||
$ ./owo -c "Hello, world!"
|
||||
```
|
||||
|
||||
## Building
|
||||
to build the program, run the following command:
|
||||
```bash
|
||||
$ cmake . -B build
|
||||
$ cd build && make
|
||||
$ ./owo "Hello, world!"
|
||||
hewwo, wowld!
|
||||
```
|
||||
|
||||
## Installation
|
||||
|
Loading…
Reference in New Issue
Block a user