Skip to content

Commit 8059b27

Browse files
committed
add: simple readme
Signed-off-by: wxiwnd <wxiwnd@outlook.com>
1 parent 8b0d998 commit 8059b27

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

README.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# bash-completion-pinyin-rs
2+
Simple completion script for pinyin, written in rust.
3+
4+
## Installation
5+
**Clone the project**
6+
```bash
7+
git clone https://github.com/wxiwnd/bash-pinyin-completion-rs
8+
cd bash-pinyin-completion-rs
9+
```
10+
11+
**Build and Install**
12+
13+
Ensure that `bash-completion` and rust toolchains(cargo, etc.) are installed correctly.
14+
15+
```bash
16+
bash scripts/install_completion.sh
17+
```
18+
19+
## Requirements
20+
- bash-completion
21+
- rust toolchains
22+
23+
## Bug report
24+
If you encounter any issues, please report them on the GitHub issues page.
25+
26+
## License
27+
This project is licensed under the GPLv3 License. See the [LICENSE](./LICENSE) file for details.

0 commit comments

Comments
 (0)