From 12843694d6a34c3121946f17425b0aba8ec8a04f Mon Sep 17 00:00:00 2001 From: n0nag0n Date: Wed, 26 Feb 2025 10:13:16 -0700 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 025f2f4..f0d10ed 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,14 @@ quickly and easily build RESTful web applications. # Basic Usage +First install it with Composer + +``` +composer require flightphp/core +``` + +or you can download a zip of this repo. Then you would have a basic `index.php` file like the following: + ```php // if installed with composer require 'vendor/autoload.php';