From feae9c9eeb66825fa833092ac712cd01b01748b2 Mon Sep 17 00:00:00 2001 From: Harsimran Sidhu <22066581+PKHarsimran@users.noreply.github.com> Date: Tue, 3 Oct 2023 04:27:22 +0000 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 69ba291..a9b6b0b 100644 --- a/README.md +++ b/README.md @@ -21,21 +21,21 @@ This project simplifies the process of converting Excel tables to Jira markup la ### Using Docker: 1. Clone the repository: - \```bash + ```bash git clone https://github.com/PKHarsimran/JiraTablify.git - \``` + ``` 2. Navigate to the project directory: - \```bash + ```bash cd JiraTableMaster - \``` + ``` 3. Build the Docker image: - \```bash + ```bash docker build -t jiratablemaster . - \``` + ``` 4. Run the Docker container: - \```bash + ```bash docker run -p 8081:8081 jiratablemaster - \``` + ``` Visit `http://localhost:8081` in your browser to access the converter!