Skip to content

Commit

Permalink
Notify the docker image and the installation information in the back… (
Browse files Browse the repository at this point in the history
…#336)

* Notify the docker image and the installation information in the bnackend-diagram-converter README.
  • Loading branch information
pierre-yves-monnet authored Aug 2, 2023
1 parent 6e67daa commit 6bcaa94
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion backend-diagram-converter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,16 @@ This project contains some modules:
- [Core](./core): The core component of diagram migration. Here, all migration
logic is implemented
- [Webapp](./webapp): The webapp that can be run to have an interactive
migration
migration.
- [CLI](./cli): The CLI implementation of the migration tool. Can be used to
perform migration on the local machine

## Installation

- WebApp: access the [Installation guide](./webapp/README.md). A Docker image is available.
- CLI: access the [README](./cli/README.md). A library is available.

## Build
Build all modules by running on the root of this repo:

```shell
Expand Down

0 comments on commit 6bcaa94

Please sign in to comment.