Skip to content

Commit

Permalink
docs: mention --no-cache in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rami3l committed May 31, 2020
1 parent ebb68f3 commit 695ac5d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ PPAs might be added when appropriate.
cargo uninstall pacaptr
```

Notes:

- For `Alpine/apk` users: If `cargo build` doesn't work, please try `RUSTFLAGS="-C target-feature=-crt-static" cargo build` instead.

## General Tips

- `--using`, `--pm`: Use this flag to explicitly specify the underlying package manager to be invoked.
Expand Down Expand Up @@ -124,6 +128,10 @@ PPAs might be added when appropriate.
- This option is useful when you don't want to be asked during installation, for example.
- ... But it can be potentially dangerous if you don't know what you're doing!
- `--nocache`, `--no-cache`:
Use this flag to remove cache after package installation.
- This option is useful when you want to reduce `Docker` image size, for example.
## Platform-Specific Tips
- `macOS/homebrew` support: Please note that this is for macOS only, `Linuxbrew` is currently not supported.
Expand Down

0 comments on commit 695ac5d

Please sign in to comment.