diff --git a/plugins/README.md b/plugins/README.md index f2a3c4e6..167676a1 100644 --- a/plugins/README.md +++ b/plugins/README.md @@ -45,7 +45,7 @@ Plugins extend the capabilities of `nnn`. They are _executable_ scripts (or bina | [mp3conv](mp3conv) | Extract audio from multimedia as mp3 | sh | ffmpeg | | [mtpmount](mtpmount) | Toggle mount of MTP device (eg. Android) | sh | gvfs-mtp | | [nbak](nbak) | Backs up `nnn` config | sh | tar, awk, mktemp | -| [nmount](nmount) | Toggle mount status of a device as normal user | sh | pmount, udisks2 | +| [nmount](nmount) | Toggle mount status of a device as normal user | sh | pmount (optional), udisks2 | | [nuke](nuke) | Sample file opener (CLI-only by default) | sh | _see in-file docs_ | | [oldbigfile](oldbigfile) | List large files by access time | sh | find, sort | | [openall](openall) | Open selected files together or one by one [✓] | bash | - |