Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add installer location to documentation
  • Loading branch information
LadyCailin committed Feb 5, 2021
1 parent 9b7e742 commit f1dd95e
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions src/main/resources/siteDeploy/VersionFrontPage
Expand Up @@ -10,7 +10,7 @@

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

The developers of MethodScript do not recommend it (yet) for production or otherwise critical code, however,
Expand All @@ -21,7 +21,7 @@ Remember that [https://github.com/EngineHub/commandhelper CommandHelper is open
== Installation ==

Only the latest development build is officially supported, but there is some community support for older builds, which
you can get by joining IRC or Discord. For the latest builds, head to
you can get by joining IRC or Discord. For the latest builds, head to
[http://builds.enginehub.org/job/commandhelper?branch=master the build site], click the blue download button to the
right of the topmost build, and then download the <code>commandhelper-%%CURRENT_VERSION%%-SNAPSHOT-full.jar</code> file.
(Don't download the one without -full.) You can also download the versionless jar that corresponds to the exact version
Expand Down Expand Up @@ -50,9 +50,8 @@ On Unix systems, you'll need to run the command with sudo. The installer will in
a file will run that file, and using ''mscript -- '' followed by a verb (such as help) will run the cmdline utilities.

==== Windows ====
<%NOTE|Windows support is still fairly experimental, and is not recommended
for normal use at this time. The uninstallation is unstable, and may require manual registry changes and other
manual work to uninstall or update, so use it at your own risk.%>
The manual installation instructions are still valid if you wish to customize your install, but for Windows, you can
use the pre-packaged standalone installer, found [https://github.com/EngineHub/CommandHelper/releases/download/win-installer-v1.0.0/MethodScriptInstaller.exe here]

On Windows systems, you'll need to have launched your command prompt as Administrator. (To install on Windows
Subsystem for Linux, follow the same instructions as for Unix.) A program ''mscript'' will be installed on your
Expand All @@ -79,10 +78,10 @@ or go to the [https://github.com/EngineHub/CommandHelper/issues issue tracker].

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

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

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

0 comments on commit f1dd95e

Please sign in to comment.