Skip to content
Stanley Melgar edited this page May 23, 2024 · 7 revisions

Install dependencies 📦

To install dependencies you've to use the requirements file. Execute given it as argument your OS

Argument Description
arch Uses pacman to install dependencies
ubuntu / debian Uses apt to install dependencies
mac Uses brew to install dependencies

Example:

   ./requirements.sh -arch

image

Note

Ensure file has execution permission

Clone this wiki locally