From 7b7446b5865763fd92a23fc7fae7d0ca4b726971 Mon Sep 17 00:00:00 2001 From: Konstantinos Pachnis Date: Wed, 13 Jul 2016 06:30:16 +0300 Subject: [PATCH] Use simple text for README --- README | 9 +++++++++ README.md | 11 ----------- 2 files changed, 9 insertions(+), 11 deletions(-) create mode 100644 README delete mode 100644 README.md diff --git a/README b/README new file mode 100644 index 0000000..a58f814 --- /dev/null +++ b/README @@ -0,0 +1,9 @@ +git-release is a shell script, which automates the creation of software release numbers +in the form of MAJOR.MINOR.PATCH using git signed tags. + +For more information read the online documentation git-release(1). + +Install by running + +$ make install + diff --git a/README.md b/README.md deleted file mode 100644 index a5d2c7d..0000000 --- a/README.md +++ /dev/null @@ -1,11 +0,0 @@ -**rn** is a shell script, which automates the creation of software release numbers -in the form of **MAJOR**.**MINOR**.**PATCH** using git signed tags. - -For more information read the online documentation `rn(8)`. - -Install with - -```sh -$ make install -``` - -- 2.45.2