Update README.md

This commit is contained in:
Alfie King 2025-01-20 10:15:58 +00:00
parent ca5dab736a
commit 7c725f351d

View File

@ -16,20 +16,9 @@ $ echo "Hello, world!" | ./owo -p
Hewwo, wowld!
```
### from file:
```bash
$ ./owo -f file.txt
Hewwo, wowld!
```
### to file:
```bash
$ ./owo -o output.txt "Hello, world!"
```
## Building
```bash
$ make dirs build_unix
$ make dev
$ ./owo "Hello, world!"
hewwo, wowld!
```