Skip to main content Link Menu Expand (external link) Document Search Copy Copied

How do I install the fbsql CLI?

Table of contents

Before you begin

Step 1 - Navigate to source code

Step 2 - Download the source code

In your terminal, clone the repository

git clone https://github.com/FeatureBaseDB/featurebase

Step 3 - Build fbsql

Navigate to the source code folder

cd featurebase

and then run

make install-fbsql

In the very near future, fbsql will be packaged with every release on the FeatureBase Releases page.

Next step