aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhwspeedy <ns@bigbear.dk>2024-03-02 01:57:30 +0100
committerGitHub <noreply@github.com>2024-03-02 01:57:30 +0100
commitb293bd854d8fdefd77fc988e1c5c6c8abcc0ecbf (patch)
tree58891bc7b81bc633752ef8bc3ff9481fa5f1b4bf
parente2aa28ce260d6764ef4a982be913c5a563356bc8 (diff)
DOC README.md fix <email> removed in github
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 8486f246..ed4a42ab 100644
--- a/README.md
+++ b/README.md
@@ -66,8 +66,8 @@ Building and installing
Distro building
---------------
For distribution in the different distros - please use the cmake build system with CPack:
-- cmake -DDISTRO=1.el8 -DMAINTAINER="name <email>" .. (rpm style)
-- cmake -DDISTRO=1 -DMAINTAINER="name <email>" .. (deb style)
+- cmake -DDISTRO=1.el8 -DMAINTAINER="name \<email\>" .. (rpm style)
+- cmake -DDISTRO=1 -DMAINTAINER="name \<email\>" .. (deb style)
- make package
- make package_source