From a3f6f66690529c1d12858da5b54eaf5960ad78ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BA=90=E6=96=87=E9=9B=A8?= <41315874+fumiama@users.noreply.github.com> Date: Thu, 8 Dec 2022 11:33:12 +0800 Subject: [PATCH] edit README --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 51ef7f6..a518a61 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # base16384 > **Note**: This project used the awesome cross-platform binary compiling tool [cosmopolitan](https://github.com/jart/cosmopolitan) +> Alternatives: [Go](https://github.com/fumiama/go-base16384), [Python](https://github.com/synodriver/pybase16384), [Android](https://github.com/fumiama/android-base16384), [TypeScript](https://github.com/shigma/base16384.js), [Lua(binding)](https://github.com/synodriver/lua-base16384), [Lua(pure)](https://github.com/Yiwen-Chan/base16384), [C#](https://github.com/lc6464/Base16384Coder-Console) + Encode binary file to printable utf16be, and vice versa. ## Description 说明 @@ -19,7 +21,12 @@ Save more space and since the code 0x0000 is encoded to "一", finding zero spac ## Usage 使用说明 -### Install from my PPA in Ubuntu 直接安装 +### Install from Debian sid 从Debian sid安装 +```bash +sudo apt install base16384/unstable +``` + +### Install from my PPA in Ubuntu 从我的PPA安装 ```bash sudo add-apt-repository ppa:fumiama/ppa sudo apt-get update