From 5d10e5d2c67e03b1165c2bd7d95322e4a552e261 Mon Sep 17 00:00:00 2001 From: kwa0x2 Date: Tue, 28 May 2024 02:20:53 +0300 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 81bb959..0c32c29 100644 --- a/README.md +++ b/README.md @@ -7,19 +7,19 @@ This project includes Docker installation for Redis and uses gin-contrib/session ## Installation: -### 1. Start the services using Docker Compose: +**1. Start the services using Docker Compose:** ```bash docker-compose up -d ``` -### 2. Install the Go dependencies: +**2. Install the Go dependencies:** ```bash go mod download ``` -### 3. Start the project with Air for hot reloading: +**3. Start the project with Air for hot reloading:** ```bash air