From 6c3cb2cac12c21126c7ecfd56c7814c1c57b4a12 Mon Sep 17 00:00:00 2001 From: Alexander Makarov Date: Mon, 28 Oct 2024 00:47:07 +0300 Subject: [PATCH] Improve docs --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a6631f..bd6037e 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,9 @@ API application template for Yii 3. ## Local installation +If you do not have [Composer](https://getcomposer.org/), you may install it by following the instructions +at [getcomposer.org](https://getcomposer.org/doc/00-intro.md). + Create a project: ```shell @@ -34,7 +37,9 @@ To run the app: ./yii serve ``` -The application is available at `https://127.0.0.1:8080`. +Now you should be able to access the application through the URL printed to console. +Usually it is `https://127.0.0.1:8080`. + Authorization is performed via the `X-Api-Key` header. ## Installation with Docker