3a24508f by Jabis Sevón

readme update

1 parent 21ac94c0
......@@ -9,5 +9,9 @@ Simplistic tool to clear self hosted mattermost from old files and entries in po
#### how to run
- run `make all`
- edit .env and modify to environment variables to suit your postgres installation and Mattermost directory
- run `./mmjab`
**or**
`cargo build --release && cp target/release/mmjab ./mmjab && chmod +x ./mmjab` and run `./mmjab --help` to get explainer
\ No newline at end of file
- run `cargo build --release && cp target/release/mmjab ./mmjab && chmod +x ./mmjab`
- run `./mmjab --help` to get explainer
\ No newline at end of file
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!