Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jefersonsv/rufus-portable-installer


https://github.com/jefersonsv/rufus-portable-installer

Last synced: 3 days ago
JSON representation

Awesome Lists containing this project

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

```ps
npm install -g rufus-portable-installer@latest
```

# Run using yarn

```ps
yarn global add rufus-portable-installer@latest
```

Note: If you have not Yarn global path in your path environment variable run the next command

```ps
$env:PATH += ";$(yarn global bin)"
```