Skip to content

Commit a3f6f66

Browse files
committed
edit README
1 parent 3981f86 commit a3f6f66

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# base16384
22
> **Note**: This project used the awesome cross-platform binary compiling tool [cosmopolitan](https://github.com/jart/cosmopolitan)
33
4+
> 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)
5+
46
Encode binary file to printable utf16be, and vice versa.
57

68
## Description 说明
@@ -19,7 +21,12 @@ Save more space and since the code 0x0000 is encoded to "一", finding zero spac
1921

2022
## Usage 使用说明
2123

22-
### Install from my PPA in Ubuntu 直接安装
24+
### Install from Debian sid 从Debian sid安装
25+
```bash
26+
sudo apt install base16384/unstable
27+
```
28+
29+
### Install from my PPA in Ubuntu 从我的PPA安装
2330
```bash
2431
sudo add-apt-repository ppa:fumiama/ppa
2532
sudo apt-get update

0 commit comments

Comments
 (0)