From 2989692de4ba97eb7197f9c9a75d87bc8eb43051 Mon Sep 17 00:00:00 2001 From: cielavenir Date: Mon, 10 Feb 2025 10:54:04 +0900 Subject: [PATCH] update note --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6d660d8e..7d19881b 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,18 @@ ---- +How to update the basesystem: + +``` +git remote add ip7z https://github.com/ip7z/7zip.git +git fetch ip7z --tags +git checkout ip7z/main +git checkout -B ip7z +git push ___ ip7z --tags +``` + +---- + This repository's goal was these: - to provide automated p7zip binary generator for Windows / macOS (x86-64/arm64) / Linux / Android @@ -14,8 +26,6 @@ I'd like to have these patch merged into jinfeihan57/p7zip, but I had issue in r Excuse: to utilize git's 3-way merge, I have suggested https://github.com/jinfeihan57/p7zip/issues/179 , but it was not adopted. -This repo has been archived (might be temporary unarchived when I got interested but it will happen rarely). - ---- Refer https://github.com/cielavenir/p7zip/blob/main/.github/workflows/ci.yaml for building manually.