Skip to content

Commit c2c1805

Browse files
committed
update readme
1 parent da2e307 commit c2c1805

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
11
# Generate Docker Compose for Papermerge DMS
22

33

4+
## Installation
5+
6+
Both `pmcompose` and `pmcompose_templates` folder must be located
7+
in same place, as `pmcompose` looks up `pmcompose_templates` folder
8+
relative to itself.
9+
For example if `pmcompose` is located in `/usr/local/bin`, then `pmcompose_templates`
10+
must be in `/usr/local/bin/pmcompose_templates`.
11+
12+
13+
## Usage
14+
15+
Just invoke the binary
16+
17+
```
18+
$ pmcompose
19+
```
20+
21+
You will be asked, in interactive session, about different parameters.
22+
Docker compose file will be written in current working directory.

0 commit comments

Comments
 (0)