Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kwa0x2 committed May 27, 2024
1 parent 0738748 commit 5d10e5d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5d10e5d

Please sign in to comment.