From fd17d3cb0ae44407d21fee3a2737d5f05bab12e2 Mon Sep 17 00:00:00 2001 From: ali <010109ali@gmail.com> Date: Tue, 20 Jan 2026 12:23:47 +0000 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4412605..1db82be 100644 --- a/README.md +++ b/README.md @@ -9,13 +9,17 @@ UUID Generator export DISTROBUILDER_ROOT_UUID=$(uuidgen) # Image Compile -distrobuilder build-incus -o image.architecture=amd64 -o image.release=edge jeyerp-develop.yaml +Jey ERP Stable Version 16 +distrobuilder build-incus -o image.architecture=amd64 -o image.release=3.23 jeyerp-stable.yaml --import-into-incus jeyerp-stable -distrobuilder build-incus -o image.architecture=amd64 -o image.release=edge jeyerp.yaml +Jey ERP Latest Version Develop +distrobuilder build-incus -o image.architecture=amd64 -o image.release=edge jeyerp-latest.yaml --import-into-incus jeyerp-latest -distrobuilder build-incus -o image.architecture=amd64 -o image.release=edge erp-develop.yaml +ERPNext Stable Version 16 +distrobuilder build-incus -o image.architecture=amd64 -o image.release=3.23 erp-stable.yaml --import-into-incus erp-stable -distrobuilder build-incus -o image.architecture=amd64 -o image.release=edge erp.yaml +Jey ERP Latest Version Develop +distrobuilder build-incus -o image.architecture=amd64 -o image.release=edge erp-latest.yaml --import-into-incus erp-latest # Image Import incus image import incus.tar.xz rootfs.squashfs --alias jeyerp-develop