Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: improve cross-platform clipboard support for key copying
- Add instructions to install `xclip` on Ubuntu before copying the private key - Replace `clip` command with platform-specific commands (`pbcopy` for macOS and `xclip` for Ubuntu) for copying the private key Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
- Loading branch information