You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This method automates the download, configuration, and build steps for MrDocs and all required third-party libraries.
25
57
It is especially useful for developers and for users who prefer a streamlined, interactive setup or need to install
26
58
MrDocs in custom environments.
@@ -30,7 +62,37 @@ Every option can be defined in the command line directly instead of being prompt
30
62
All options can be listed with the `--help` option.
31
63
32
64
The `--non-interactive` option allows you to run the script without any prompts, using
33
-
values specified in the command line and default values for other options.
65
+
values specified in the command line and default values for other options. In the default case, the script will download the source code to the current directory and install MrDocs system-wide.
0 commit comments