Closed brandomr closed 3 years ago
Let's abstract the need to download a repository away from the user so that DMX is simply pointed to a URL.
Behind the scenes you could download the repo to tmp or something like that, then delete it as cleanup.
tmp
Just pushed update to use URL passed in command-line. Downloads to tmp and then cleans-up.
Works nicely. Could you update the README to reflect this option?
Let's abstract the need to download a repository away from the user so that DMX is simply pointed to a URL.
Behind the scenes you could download the repo to
tmp
or something like that, then delete it as cleanup.