Skip to content

Commit

Permalink
Merge pull request #1 from lkeio/feat/adding-real-urls
Browse files Browse the repository at this point in the history
feat: adding real urls for git clone
  • Loading branch information
lkeio authored May 2, 2024
2 parents 2db14e2 + fabfcf4 commit eaefea4
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,18 @@ This repository includes Dockerfile and Docker Compose setups for Gleam environm

## Prerequisites

Make sure Docker and Docker Compose are installed on your machine.
Make sure `Docker` and `Docker Compose` are installed on your machine.

- [docker](https://docs.docker.com/get-docker/)
- [compose](https://docs.docker.com/compose/install/linux/)

## Getting Started

Clone your project repository and navigate to the project directory:

```bash
git clone <repository-url>
cd <project-directory>
git clone [email protected]:lkeio/gleam-docker.git
cd gleam-docker
```

## Usage Instructions
Expand Down

0 comments on commit eaefea4

Please sign in to comment.