docs: update readme

This commit is contained in:
JiJi
2026-05-05 22:37:28 +08:00
parent 894bd66fc5
commit 09df62a6c8
2 changed files with 23 additions and 0 deletions
+12
View File
@@ -16,6 +16,18 @@ Before installing, please ensure that you have installed Python (>=3.8) and its
pip install pdfuck 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 ## Usage
### Remove PDF password ### Remove PDF password
+11
View File
@@ -16,6 +16,17 @@
pip install pdfuck pip install pdfuck
``` ```
或使用 [uv](https://docs.astral.sh/uv/) 直接运行,无需安装:
```bash
uvx pdfuck
```
注意:如果您使用此方法,那么后续的用法都需要在命令前添加 `uvx`,您也可以设置别名以更方便地使用:
```bash
alias pdfuck='uvx pdfuck'
```
## 使用 ## 使用
### 去除 PDF 密码 ### 去除 PDF 密码