Skip to content

Commit f1dd95e

Browse files
committed
Add installer location to documentation
1 parent 9b7e742 commit f1dd95e

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

src/main/resources/siteDeploy/VersionFrontPage

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
'''MethodScript''' is the name of the programming language that CommandHelper uses, and there is a commandline version
1212
of MethodScript as well, that you can use outside of Minecraft. MethodScript is an imperative, dynamic, event driven,
13-
value-level, metaprogramming (reflective), structured (block-structured, semi-object-oriented, semi-class-based,
13+
value-level, metaprogramming (reflective), structured (block-structured, semi-object-oriented, semi-class-based,
1414
recursive), parallel, partially strongly typed language, and is an active work in progress.
1515

1616
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
2121
== Installation ==
2222

2323
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
2525
[http://builds.enginehub.org/job/commandhelper?branch=master the build site], click the blue download button to the
2626
right of the topmost build, and then download the <code>commandhelper-%%CURRENT_VERSION%%-SNAPSHOT-full.jar</code> file.
2727
(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
5050
a file will run that file, and using ''mscript -- '' followed by a verb (such as help) will run the cmdline utilities.
5151

5252
==== 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]
5655

5756
On Windows systems, you'll need to have launched your command prompt as Administrator. (To install on Windows
5857
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].
7978

8079
Tired of writing your scripts in a plain black and white text editor? Try a syntax Highlighter!
8180

82-
The Visual Studio Code
81+
The Visual Studio Code
8382
[https://marketplace.visualstudio.com/items?itemName=MethodScriptVSC.methodscriptvsc MethodScriptVSC]
84-
IDE is the only officially supported IDE/Syntax Highlighter, and is most likely the most feature rich and up-to-date
85-
version, so it is highly recommended. To install, [https://code.visualstudio.com/Download download Visual Studio Code]
83+
IDE is the only officially supported IDE/Syntax Highlighter, and is most likely the most feature rich and up-to-date
84+
version, so it is highly recommended. To install, [https://code.visualstudio.com/Download download Visual Studio Code]
8685
(free, on all platforms), and install the MethodScriptVSC extension from the extensions tab.
8786

8887
If you prefer other text editors, there is community support for other text editors:

0 commit comments

Comments
 (0)