mirror of
https://github.com/discountry/ritmex-bot.git
synced 2026-09-11 01:08:07 +00:00
Update package.json and README files to include repository information and enhance CLI command mode documentation
- Added repository details to package.json for better project visibility. - Revised README files in both English and Chinese to improve the clarity and accessibility of the `ritmex-bot` CLI command mode instructions. - Included installation instructions for adding the project as a skill, enhancing user onboarding experience.
This commit is contained in:
@@ -4,6 +4,10 @@
|
||||
"module": "index.ts",
|
||||
"type": "module",
|
||||
"private": false,
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/discountry/ritmex-bot.git"
|
||||
},
|
||||
"bin": {
|
||||
"ritmex-bot": "./bin/ritmex-bot"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user