Radix cross Linux package tools

Package Tools – is a set of utilities to create, install, and update RcL packages

3 Commits   0 Branches   2 Tags
author: kx <kx@radix.pro> 2023-10-23 21:39:58 +0300 committer: kx <kx@radix.pro> 2023-10-23 21:39:58 +0300 commit: a745159c7d8001491589a912af581ee7ffa2218d parent: 11c606a6888dc269ef018359469a7276c3ad8f67
Commit Summary:
Bump version to 0.2.2: Update parallel installation process
Diffstat:
1 file changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 571b711..deb1152 100644
--- a/README.md
+++ b/README.md
@@ -38,10 +38,10 @@ For example, in this case the **dialog.m4** script will be taken from the
 On the build machine the installation process seems like that
 
 ```Bash
-$ tar xJvf pkgtools-0.2.1.tar.xz
+$ tar xJvf pkgtools-0.2.2.tar.xz
 $ mkdir build
 $ cd build
-$ ../pkgtools-0.2.1/configure --prefix=/usr
+$ ../pkgtools-0.2.2/configure --prefix=/usr
 $ make
 $ make install DESTDIR=$PKG exec_prefix=/
 ```