From b6454a401bf1d2c5c0ef31976e0516364d43e459 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=BA=C5=A1=20Ollah?= Date: Fri, 29 Mar 2024 19:28:45 +0100 Subject: [PATCH] Create README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..4123511 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# go-yes + +**go-yes** is a Go implementation of the **yes** GNU coreutil. + +## Building & Installing + +1. Install Go +2. Run `go install github.com/MatusOllah/go-yes@latest`