Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 554 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 554 Bytes

scripts folder

The scripts folder contains various utility scripts that help to maintain the Vector project. All of these are exposed through the Makefile, and it should be rare that you have to call these directly.

Setup

Using Docker

All make targets run through Docker by default.

Without Docker

If you do not wish to use Docker then you'll need to intsall Ruby 2.7 locally. Then, when running make commands you can disable Docker with with USE_CONTAINER environment variable:

USE_CONTAINER=none make generate