21ac94c0 by Jabis Sevón

readme update

1 parent 9969194f
Showing 1 changed file with 13 additions and 1 deletions
1 ### Mattermost Team version Jabis'd cleanup utilities
...\ No newline at end of file ...\ No newline at end of file
1 ### Mattermost Team version cleanup utilities
2
3 Simplistic tool to clear self hosted mattermost from old files and entries in postgresql database
4
5 #### Requirements
6 - rust
7 - make (optional)
8
9 #### how to run
10 - run `make all`
11 - edit .env and modify to environment variables to suit your postgres installation and Mattermost directory
12 **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
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!