From 8403b3dc405c59a87592416b77e06f9ab57b57a3 Mon Sep 17 00:00:00 2001 From: Manvendra Bhangui Date: Wed, 25 Dec 2024 16:30:55 +0530 Subject: [PATCH] updated README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6fe79a437..0f1bfca4a 100644 --- a/README.md +++ b/README.md @@ -48,9 +48,9 @@ To install you need to do the following The steps below give instructions to build from source. If you need to deploy indimail-mta on multiple hosts, it is better to create a set of RPM / Deb binary packages. Once generated, the package/packages can be deployed on multiple hosts. To generate RPM packages for all components refer to [Create Local Binary Packages](.github/CREATE-Packages.md) -You can also use docker / podman images to deploy indimail-mta. Refer to the chapter [Docker / Podman Repository](#docker--podman-containers) below on how to do that. The big advantage of using a docker / podman image is that you can save your configuration, with the `docker commit ..` or `podman commit`, to checkpoint your entire build and deploy the exact configuration on multiple hosts. +You can also use docker / podman images to deploy indimail-mta. Refer to the chapter [Docker / Podman Repository](#docker--podman-containers) below on how to do that. The big advantage of using a docker / podman image is that you can save your configuration, with the `docker commit ..` or `podman commit` commands to checkpoint your entire build and deploy the exact configuration on multiple hosts. -Doing a source build can be daunting for many. You can always use the pre-built binaries from the DNF / YUM / APT repositories given in the chapter [Binary Builds on OBS](#binary-builds-on-opensuse-build-service) towards the end of this document. They have been enabled for 64-bit distributions only. But you can clone the repository and tailor the build to your taste. You can also install the [openSUSE osc](https://en.opensuse.org/openSUSE:OSC) python package locally on your host and build the binary packages locally using the `osc` command. +Building from source can be daunting for many. You can always use the pre-built binaries from the DNF / YUM / APT repositories given in the chapter [Binary Builds on OBS](#binary-builds-on-opensuse-build-service) towards the end of this document. They have been enabled for 64-bit distributions only. But you can clone the repository and tailor the build to your taste. You can also install the [openSUSE osc](https://en.opensuse.org/openSUSE:OSC) python package locally on your host and build the binary packages locally using the `osc` command. Doing a source build requires you to have all the development packages installed. Linux distributions are known to be crazy. You will have different package names for different distirbutions. e.g.