📝 Adds README and LICENSE
This commit is contained in:
22
README.md
Normal file
22
README.md
Normal file
@@ -0,0 +1,22 @@
|
||||
# pwetty
|
||||
|
||||
This is just a very, very simple json prettifier, initially written in C and gradually translated into GNU Assembly, because why not.
|
||||
|
||||
### Building
|
||||
|
||||
```sh
|
||||
./build.sh
|
||||
```
|
||||
|
||||
This will produce two binary files, `a.out` (C output) and `b.out` (Assembly output)
|
||||
|
||||
### Running
|
||||
|
||||
```sh
|
||||
cat file.json | a.out
|
||||
cat file.json | b.out
|
||||
```
|
||||
|
||||
### License
|
||||
|
||||
This project is licensed under the [GNU GPLv3 license](LICENSE)
|
Reference in New Issue
Block a user