Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PKHarsimran committed Oct 3, 2023
1 parent 7e3f55d commit feae9c9
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!

Expand Down

0 comments on commit feae9c9

Please sign in to comment.