1.0.5 • Published 10 months ago

rufus-portable-installer v1.0.5

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

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)"