2026-04-15: fixing loading all memos on the way ...
This commit is contained in:
11
README.md
11
README.md
@@ -2,7 +2,7 @@
|
||||
|
||||
[](https://ratatui.rs/)
|
||||
|
||||
使用命令行管理自己部署的 [Memos](https://usememos.com/)。
|
||||
使用命令行管理自己部署的 [Memos](https://usememos.com/),目前支持创建、查看、列出 Memos。
|
||||
|
||||
## 功能特性
|
||||
|
||||
@@ -18,13 +18,20 @@
|
||||
### 从源码编译
|
||||
|
||||
```bash
|
||||
git clone https://github.com/your-repo/memoscli.git
|
||||
git clone https://git.lyz.one/SidneyZhang/memoscli
|
||||
cd memoscli
|
||||
cargo build --release
|
||||
cargo install --path ./target/release
|
||||
```
|
||||
|
||||
编译后的二进制文件位于 `target/release/memoscli`。
|
||||
|
||||
### 从 Crates.io 安装
|
||||
|
||||
```bash
|
||||
cargo install memoscli
|
||||
```
|
||||
|
||||
## 使用方法
|
||||
|
||||
### TUI 模式(默认)
|
||||
|
||||
Reference in New Issue
Block a user