From e52c5bb7c38a7332d21f85ee08049b6d41ed5d30 Mon Sep 17 00:00:00 2001 From: Mihai Tudor Panu Date: Thu, 7 May 2020 14:10:17 -0700 Subject: [PATCH] readme.md: fix typo and mention packages may be compatible For testing purposes it should be possible to share .deb packages across a variety of Debian builds or .rpm packages across systems that have dnf/yum available Signed-off-by: Mihai Tudor Panu --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c917eef..4f3884c 100644 --- a/README.md +++ b/README.md @@ -125,9 +125,12 @@ Installing for Red Hat Enterprise Linux, CentOS and Other Linux Distributions --------------------------- The MRAA project does not currently distribute official binaries for RHEL -or CentOS so developers will have to compiler the project from sources as +or CentOS so developers will have to compile the project from sources as described in the next section. +For testing and development purposes it may be possible to share and install +.deb and .rpm packages across similar Linux builds. + Compiling =========