Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jefersonsv/rufus-portable-installer
https://github.com/jefersonsv/rufus-portable-installer
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jefersonsv/rufus-portable-installer
- Owner: jefersonsv
- Created: 2024-09-08T14:12:59.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-09-08T14:18:14.000Z (4 months ago)
- Last Synced: 2024-09-08T15:59:24.098Z (4 months ago)
- Language: JavaScript
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)"
```