Skip to content
Snippets Groups Projects
Commit ce0d4b84 authored by Simon Sapin's avatar Simon Sapin
Browse files

Document cleanup

parent 57708444
No related branches found
No related tags found
1 merge request!1Initial implementation
......@@ -8,4 +8,15 @@
Usage
-----
See `./run --help`
See `./run --help` and `./run <subcommand> --help`
Cleanup
-------
`hg clean -i tmp` is safe to run any time Megafine is not running.
It should usually do nothing, but might if a process was interrupted.
`hg clean -i cache` is safe to run any time Megafine is not running,
at the cost of CPU time and/or network traffic
to rebuild parts as they become needed again.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment