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
recursive), parallel, partially strongly typed language, and is an active work in progress.
15
15
16
16
The developers of MethodScript do not recommend it (yet) for production or otherwise critical code, however,
@@ -21,7 +21,7 @@ Remember that [https://github.com/EngineHub/commandhelper CommandHelper is open
21
21
== Installation ==
22
22
23
23
Only the latest development build is officially supported, but there is some community support for older builds, which
24
-
you can get by joining IRC or Discord. For the latest builds, head to
24
+
you can get by joining IRC or Discord. For the latest builds, head to
25
25
[http://builds.enginehub.org/job/commandhelper?branch=master the build site], click the blue download button to the
26
26
right of the topmost build, and then download the <code>commandhelper-%%CURRENT_VERSION%%-SNAPSHOT-full.jar</code> file.
27
27
(Don't download the one without -full.) You can also download the versionless jar that corresponds to the exact version
@@ -50,9 +50,8 @@ On Unix systems, you'll need to run the command with sudo. The installer will in
50
50
a file will run that file, and using ''mscript -- '' followed by a verb (such as help) will run the cmdline utilities.
51
51
52
52
==== Windows ====
53
-
<%NOTE|Windows support is still fairly experimental, and is not recommended
54
-
for normal use at this time. The uninstallation is unstable, and may require manual registry changes and other
55
-
manual work to uninstall or update, so use it at your own risk.%>
53
+
The manual installation instructions are still valid if you wish to customize your install, but for Windows, you can
54
+
use the pre-packaged standalone installer, found [https://github.com/EngineHub/CommandHelper/releases/download/win-installer-v1.0.0/MethodScriptInstaller.exe here]
56
55
57
56
On Windows systems, you'll need to have launched your command prompt as Administrator. (To install on Windows
58
57
Subsystem for Linux, follow the same instructions as for Unix.) A program ''mscript'' will be installed on your
@@ -79,10 +78,10 @@ or go to the [https://github.com/EngineHub/CommandHelper/issues issue tracker].
79
78
80
79
Tired of writing your scripts in a plain black and white text editor? Try a syntax Highlighter!
0 commit comments