added desc to ubuntu sqlite install
This commit is contained in:
parent
1aa4abe0ff
commit
ab4b2da50d
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue