diff options
| author | Julian Hurst <julian.hurst@digdash.com> | 2024-09-17 15:56:02 +0200 |
|---|---|---|
| committer | Julian Hurst <julian.hurst@digdash.com> | 2024-09-17 15:56:02 +0200 |
| commit | e52a9b680872021c3b18e312e4ed281092b3112e (patch) | |
| tree | ec8517e748f82ad018068ba81ff9c18eb625d2cc | |
| parent | e3253420ac510632b3a015028b19ae941a505b56 (diff) | |
| download | rogerlie-e52a9b680872021c3b18e312e4ed281092b3112e.tar.gz | |
Add readme
| -rw-r--r-- | README.md | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..5e633f9 --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +# Rogerlie + +*Roger:* + + interjection + + 1. Used especially in radio communications to indicate receipt of a message. + + 2. Received (used in radio communications to acknowledge that a message has been received and understood). + +## Usage + + Usage of ./rogerlie: + -b Read raw body + +## Build + +To build, install a go compiler and run: + + $ go build |
