summaryrefslogtreecommitdiff
path: root/README
AgeCommit message (Collapse)Author
2026-04-03Update README with authentication key generation stepsNagakawaMizore
Added instructions for generating authentication key and updating .env file. Signed-off-by: NagakawaMizore <1632122738@qq.com>
2026-03-18chore(style): modify formattingBertrand Yuan
* Simply add a * before each item in the lists under "Features" and "Core Modules" sections. * Use hanging indent.
2026-03-18chore(style): use tree structureBertrand Yuan
Use a tree structure for the project layout in the README to improve readability.
2026-03-18Revise README for improved feature clarityNagakawaMizore
Updated README to improve clarity and consistency in feature descriptions and project structure. Signed-off-by: NagakawaMizore <1632122738@qq.com>
2026-01-13docs: restyle readmeBertrand Yuan
The original line width did not comply with the requirement of 80 characters per line. So I need to adjust the line width so that all the terminals can read this file easily. Signed-off-by: Bertrand Yuan <me@bertyuan.com>
2025-12-31docs: add instructions in readmeBertrand Yuan
2025-12-31docs: refactor readmeBertrand Yuan