From 01df70df58dfd2be528846bfb1522fe101e111f9 Mon Sep 17 00:00:00 2001 From: smeghead Date: Wed, 1 May 2024 15:18:58 +0900 Subject: [PATCH] Update README.md add how to install --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 5573bad..b75e993 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,14 @@ phel-lang pdo wrapper library. +## Install + +Install from composer. https://packagist.org/packages/smeghead/phel-pdo + +```bash +composer require smeghead/phel-pdo +``` + ## Usage This is an example of connecting to a file database, creating a table, inserting records, and searching on repl.