We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccf984b commit a65f84cCopy full SHA for a65f84c
1 file changed
libexec/scoop-import.ps1
@@ -1,5 +1,7 @@
1
# Usage: scoop import <path/url to scoopfile.json>
2
# Summary: Imports apps, buckets and configs from a Scoopfile in JSON format
3
+# Help: To replicate a Scoop installation from a file stored on Desktop, run
4
+# scoop import Desktop\scoopfile.json
5
6
param(
7
[Parameter(Mandatory)]
0 commit comments