diff --git a/pkg/deb/README.md b/pkg/deb/README.md index 084d1a5a0..dfbf9638c 100644 --- a/pkg/deb/README.md +++ b/pkg/deb/README.md @@ -1,15 +1,14 @@ ### KeyDB DEB Package Source Builds -This directpry contains all information to build a deb package for any distribution. +This directory contains scripts and components needed to generate debian packages on different distributions/architectures using source You will need to install pbuilder `sudo apt install pbuilder` -You can now run the command: +Generate deb packages with the following script command run from this directory: ``` $ ./deb-buildsource.sh ``` - -You will now generate a directory structure, .dsc file, original.tar.gz, .changes files and new changelog for the distribution and architecture installed. +This generates a directory structure, .dsc file, original.tar.gz, .changes files and new changelog for the distribution and architecture installed. When complete the produced debian packages will be located in deb_files_generated directory. diff --git a/pkg/rpm/README.md b/pkg/rpm/README.md index 7c4d68594..daa245359 100644 --- a/pkg/rpm/README.md +++ b/pkg/rpm/README.md @@ -5,7 +5,7 @@ After making the binaries you can run the following script Usage: ``` $ cd KeyDB/pkg/rpm -$ sudo ./generate-rpms.sh +$ sudo ./generate-rpms.sh ``` This rpm script is currently tested on centos 7 and centos 8 builds