diff --git a/README.md b/README.md index d265ff0..dd5e421 100755 --- a/README.md +++ b/README.md @@ -52,6 +52,12 @@ other languages while attempting to maintain the performance benefits of Actix. ## Installation +Build/Runtime Dependency: + +```shell +sudo apt install libsqlite3-dev +``` + Clone the repo and cd into the repo: ```shell