-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from lkeio/feat/adding-real-urls
feat: adding real urls for git clone
- Loading branch information
Showing
1 changed file
with
6 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|