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

https://github.com/warexify/scoop-edk2-buildtools

Scoop bucket for installing edk2-buildtools
https://github.com/warexify/scoop-edk2-buildtools

Last synced: about 2 months ago
JSON representation

Scoop bucket for installing edk2-buildtools

Awesome Lists containing this project

README

        

# Scoop edk2-buildtools

[![Tests](https://github.com/warexify/scoop-edk2-buildtools/actions/workflows/ci.yml/badge.svg)](https://github.com/warexify/scoop-edk2-buildtools/actions/workflows/ci.yml) [![Excavator](https://github.com/warexify/scoop-edk2-buildtools/actions/workflows/excavator.yml/badge.svg)](https://github.com/warexify/scoop-edk2-buildtools/actions/workflows/excavator.yml)

[Scoop](https://scoop.sh) bucket for installing edk2-buildtools.

## Usage
1. Install [scoop](https://github.com/ScoopInstaller/Scoop)
2. Add this bucket to scoop:
```bash
scoop bucket add edk2-buildtools https://github.com/warexify/scoop-edk2-buildtools.git
```
3. Install tools via `scoop install`:
```bash
sudo scoop install -g edk2-buildtools/
```
4. Done.