@tobylai/qmcli 0.0.4 → 0.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -1
- package/dist/qmcli.cjs +50 -50
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
# QMCLI
|
|
2
|
+
English | [简体中文](README_zh_cn.md)
|
|
3
|
+
|
|
2
4
|
A Quick Minecraft Launcher CLI (Work In Progress)
|
|
3
5
|
|
|
4
6
|
## Installation
|
|
@@ -44,7 +46,10 @@ many features are still working in progress
|
|
|
44
46
|
- [X] bmclapi
|
|
45
47
|
- [X] manage minecraft installation paths
|
|
46
48
|
- [ ] change java path
|
|
49
|
+
- localization
|
|
50
|
+
- [X] support en(English)
|
|
51
|
+
- [ ] support zh_cn(简体中文)
|
|
47
52
|
|
|
48
53
|
## FAQ
|
|
49
54
|
### Why the name?
|
|
50
|
-
QMCLI is for **Q**uick **M**ine**C**raft **L**auncher
|
|
55
|
+
QMCLI is for **Q**uick **M**ine**C**raft **L**auncher **CL****I**
|