Skip to content

Commit

Permalink
Merge pull request #6 from UNICT-DMI/visualization-error-in-README.md
Browse files Browse the repository at this point in the history
fix: fixed visualization error in README.md
  • Loading branch information
infra-blue authored Nov 5, 2023
2 parents f7f5618 + 329582a commit 5755d3e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ services:
```
**Local Build**:

\```bash
```bash
git clone [email protected]:UNICT-DMI/FinderUniCT-Bot.git
cd FinderUniCT-Bot
docker build --tag finderunictbot .
\```
```

#### Using Docker CLI

Expand All @@ -58,14 +58,14 @@ docker build --tag finderunictbot .
5. Run:

- On Windows:
\```bash
```bash
docker run -v "C:\path\to\your\settings.yaml:/finderunictbot/config/settings.yaml" finderunictbot
\```
```

- On Linux:
\```bash
```bash
docker run -v "/path/to/your/settings.yaml:/finderunictbot/config/settings.yaml" finderunictbot
\```
```

### Running Natively

Expand Down

0 comments on commit 5755d3e

Please sign in to comment.