From 09df62a6c8a3a10d7a86829909a86243bc9a5b1a Mon Sep 17 00:00:00 2001 From: JiJi Date: Tue, 5 May 2026 22:37:28 +0800 Subject: [PATCH] docs: update readme --- README.md | 12 ++++++++++++ README_zh.md | 11 +++++++++++ 2 files changed, 23 insertions(+) diff --git a/README.md b/README.md index 3936f0e..1278bf4 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,18 @@ Before installing, please ensure that you have installed Python (>=3.8) and its pip install pdfuck ``` +Or use [uv](https://docs.astral.sh/uv/) to run directly without installing: + +```bash +uvx pdfuck +``` + +Note: If you use this method, subsequent usage will require adding `uvx` before the command. You can also set an alias for easier use: + +```bash +alias pdfuck='uvx pdfuck' +``` + ## Usage ### Remove PDF password diff --git a/README_zh.md b/README_zh.md index 22730e6..ddc083c 100644 --- a/README_zh.md +++ b/README_zh.md @@ -16,6 +16,17 @@ pip install pdfuck ``` +或使用 [uv](https://docs.astral.sh/uv/) 直接运行,无需安装: + +```bash +uvx pdfuck +``` + +注意:如果您使用此方法,那么后续的用法都需要在命令前添加 `uvx`,您也可以设置别名以更方便地使用: +```bash +alias pdfuck='uvx pdfuck' +``` + ## 使用 ### 去除 PDF 密码