docs: update readme
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user