diff --git a/doc/setup/ubuntu.md b/doc/setup/ubuntu.md index 4e7940492..556746118 100644 --- a/doc/setup/ubuntu.md +++ b/doc/setup/ubuntu.md @@ -4,6 +4,8 @@ These are the instructions for running Drone on Ubuntu . We recommend using Ubun ## System Requirements +The default Drone installation uses a SQLite3 database for persistence. Please ensure you have libsqlite3-dev installed: + ``` sudo apt-get update sudo apt-get install libsqlite3-dev