From c9c25f697cc2992ea66001a35908fc73e0250a07 Mon Sep 17 00:00:00 2001 From: zyb Date: Mon, 22 Jul 2024 16:39:53 +0800 Subject: [PATCH] modified: README.md deleted: README_CN.md new file: README_EN.md --- README.md | 54 +++++++++++++++++++++++++++++----------------------- README_CN.md | 49 ----------------------------------------------- README_EN.md | 43 +++++++++++++++++++++++++++++++++++++++++ 3 files changed, 73 insertions(+), 73 deletions(-) delete mode 100644 README_CN.md create mode 100644 README_EN.md diff --git a/README.md b/README.md index d332209..7c74c78 100644 --- a/README.md +++ b/README.md @@ -1,42 +1,48 @@ -# MikroTik RouterOS Patch [[中文](README_CN.md)] +# MikroTik RouterOS Patch [[English](README_EN.md)] -### [[Discord](https://discord.gg/keV6MWQFtX)] [[Telegram](https://t.me/+99Mw06p3K7NlMmNl)] +### 蓝奏云镜像下载 密码: elseif +

+[7.15.2] | +[7.16beta4] | +[7.15.2-arm64] | +[7.16beta4-arm64] | +[6.49.15] | +[6.49.13] +

-### Download [Latest Patched](https://github.com/elseif/MikroTikPatch/releases/latest) iso file,install it and enjoy. -### CHR image is both support BIOS and UEFI boot mode. -### Support online upgrade. ![](image/install.png) ![](image/routeros.png) -### license RouterOS for x86. +### x86模式授权许可 ![](image/x86.png) -### Renew license for x86 v6.x +### x86模式在线授权(v6.x) ![](image/renew_v6.png) -### Renew license for chr +### Chr模式在线授权 ![](image/renew.png) -### license RouterOS for chr +### Chr模式授权许可 ![](image/chr.png) -## How to use shell - install option-{version}.npk package - run telnet to routeros with username devel and password is same as admin -## How to license RouterOS - telnet to routeros with username devel and password is same as admin - run keygen - chr mode could use renew lincense online -## How to use python3 - install python3-{version}.npk package - run telnet to routeros with username devel and password is same as admin - run python -V +## 如何使用Shell + 安装 option-{version}.npk 包 + telnet到RouterOS,用户名devel,密码与admin的密码相同 +## 如何授权许可 + 进入shell + 运行 keygen + 参考上图。 + Chr镜像支持在线授权许可 +## 如何使用Python + 安装 python3-{version}.npk 包 + telnet到RouterOS,用户名devel,密码与admin的密码相同 + 运行 python -V ### npk.py - Sign,Verify,Create, Extract npk file. + 对npk文件进行解包,修改,创建,签名和验证 ### patch.py - Patch public key and sign NPK files - -## all patches are applied automatically with [Github Action](https://github.com/elseif/MikroTikPatch/blob/main/.github/workflows/). + 替换公钥并签名 +## 所有的修补操作都自动运行在[Github Action](https://github.com/elseif/MikroTikPatch/blob/main/.github/workflows/)。 + diff --git a/README_CN.md b/README_CN.md deleted file mode 100644 index 0050632..0000000 --- a/README_CN.md +++ /dev/null @@ -1,49 +0,0 @@ -# MikroTik RouterOS Patch [[English](README.md)] - -### 蓝奏云镜像下载 密码: elseif -

-[7.15.2] | -[7.16beta4] | -[7.15.2-arm64] | -[7.16beta4-arm64] | -[6.49.15] | -[6.49.13] -

- - -![](image/install.png) -![](image/routeros.png) - -### x86模式授权许可 -![](image/x86.png) -### x86模式在线授权(v6.x) -![](image/renew_v6.png) -### Chr模式在线授权 -![](image/renew.png) -### Chr模式授权许可 -![](image/chr.png) - -## 如何使用Shell - 安装 option-{version}.npk 包 - telnet到RouterOS,用户名devel,密码与admin的密码相同 -## 如何授权许可 - 进入shell - 运行 keygen - 参考上图。 - Chr镜像支持在线授权许可 -## 如何使用Python - 安装 python3-{version}.npk 包 - telnet到RouterOS,用户名devel,密码与admin的密码相同 - 运行 python -V -### npk.py - 对npk文件进行解包,修改,创建,签名和验证 -### patch.py - 替换公钥并签名 - - -## 所有的修补操作都自动运行在[Github Action](https://github.com/elseif/MikroTikPatch/blob/main/.github/workflows/)。 - - - - - diff --git a/README_EN.md b/README_EN.md new file mode 100644 index 0000000..9174431 --- /dev/null +++ b/README_EN.md @@ -0,0 +1,43 @@ +# MikroTik RouterOS Patch [[中文](README.md)] + +### [[Discord](https://discord.gg/keV6MWQFtX)] [[Telegram](https://t.me/+99Mw06p3K7NlMmNl)] + +### Download [Latest Patched](https://github.com/elseif/MikroTikPatch/releases/latest) iso file,install it and enjoy. +### CHR image is both support BIOS and UEFI boot mode. +### Support online upgrade. + +![](image/install.png) +![](image/routeros.png) + +### license RouterOS for x86. +![](image/x86.png) +### Renew license for x86 v6.x +![](image/renew_v6.png) +### Renew license for chr +![](image/renew.png) +### license RouterOS for chr +![](image/chr.png) + +## How to use shell + install option-{version}.npk package + run telnet to routeros with username devel and password is same as admin +## How to license RouterOS + telnet to routeros with username devel and password is same as admin + run keygen + chr mode could use renew lincense online +## How to use python3 + install python3-{version}.npk package + run telnet to routeros with username devel and password is same as admin + run python -V +### npk.py + Sign,Verify,Create, Extract npk file. +### patch.py + Patch public key and sign NPK files + +## all patches are applied automatically with [Github Action](https://github.com/elseif/MikroTikPatch/blob/main/.github/workflows/). + + + + + +