readme update
Showing
1 changed file
with
5 additions
and
1 deletions
... | @@ -9,5 +9,9 @@ Simplistic tool to clear self hosted mattermost from old files and entries in po | ... | @@ -9,5 +9,9 @@ Simplistic tool to clear self hosted mattermost from old files and entries in po |
9 | #### how to run | 9 | #### how to run |
10 | - run `make all` | 10 | - run `make all` |
11 | - edit .env and modify to environment variables to suit your postgres installation and Mattermost directory | 11 | - edit .env and modify to environment variables to suit your postgres installation and Mattermost directory |
12 | - run `./mmjab` | ||
13 | |||
12 | **or** | 14 | **or** |
13 | `cargo build --release && cp target/release/mmjab ./mmjab && chmod +x ./mmjab` and run `./mmjab --help` to get explainer | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
15 | |||
16 | - run `cargo build --release && cp target/release/mmjab ./mmjab && chmod +x ./mmjab` | ||
17 | - run `./mmjab --help` to get explainer | ||
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or sign in to post a comment