diff options
author | hwspeedy <ns@bigbear.dk> | 2024-03-02 01:57:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-02 01:57:30 +0100 |
commit | b293bd854d8fdefd77fc988e1c5c6c8abcc0ecbf (patch) | |
tree | 58891bc7b81bc633752ef8bc3ff9481fa5f1b4bf /README.md | |
parent | e2aa28ce260d6764ef4a982be913c5a563356bc8 (diff) |
DOC README.md fix <email> removed in github
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |