Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 470 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 470 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

Make sure you have Ruby installed. A simple way to install this is:

brew install rbenv
rbenv install 2.6.3
rbenv global 2.6.3

We also need bundler

gem install bundler

These are currently the only requirements.