rufus-portable-installer
v1.0.5
Published
Install rufus portable using npm/yarn package manager
Downloads
17
Maintainers
Readme
Purpose
Rufus is a utility that helps format and create bootable USB flash drives
Install Rufus portable using npm/yarn package manager
NOTE: Works just on Windows OS
Run using npm
npm install -g rufus-portable-installer@latest
Run using yarn
yarn global add rufus-portable-installer@latest
Note: If you have not Yarn global path in your path environment variable run the next command
$env:PATH += ";$(yarn global bin)"