diff --git a/README.md b/README.md index 7361361..2b6077e 100644 --- a/README.md +++ b/README.md @@ -6,13 +6,21 @@ Just a set of helpers small libs to make common tasks easier in my script develo ``` apt install \ - gcc \ - libldap2-dev \ - libsasl2-dev \ - libpq-dev \ - libmariadb-dev \ + build-essential \ python3 \ python3-dev + +# For LDAP: +apt install libldap2-dev libsasl2-dev + +# For Config: +apt install pkg-config libsystemd-dev + +# For PgSQL: +apt install libpq-dev + +# For MySQL: +apt install libmariadb-dev ``` ## Installation