term-owo-cpp/README.md

25 lines
306 B
Markdown
Raw Normal View History

2024-06-18 11:47:28 +00:00
# term-owo-cpp
2024-06-18 12:16:02 +00:00
A simple C++ program that owofies text
## Usage
```bash
$ ./owo "Hello, world!"
Hewwo, wowld!
```
## Building
```bash
$ g++ -o owo owo.cpp
```
## Installation
archlinux:
```bash
$ git clone `https://git.alfieking.dev/acetheking987/term-owo-cpp.git`
$ cd term-owo-cpp
$ makepkg -si
```