Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.4 KB

README.md

File metadata and controls

32 lines (22 loc) · 1.4 KB

TeaScript

Installation

Requirements

  • Any JDK that supports Java SE 8+
  • Standard Unix command-line tools

Instructions

flag value description
-t or --tag The desired tag. Install with JAR from the specified tag.
-l or --legacy N/A Use the legacy installer.
-k or --keep N/A Do not modify files passed as an argument.
-b or --branch The desired branch. Install via installer.sh from specified branch.
-c or --commit The desired commit. Install via installer.sh from specified commit.
none N/A Install with the latest JAR.
  1. Download the TeaScript.jar file from the desired release
  2. Run curl https://raw.githubusercontent.com/ljp-projects/TeaScript/main/src/installer.sh | sh -s options.
  3. Run tea version to verify the installation.

Instructions (legacy)

THERE IS NO GUARANTEE THAT LEGACY VERSIONS OF TEASCRIPT WILL BE FUNCTIONAL.

  1. Run curl https://raw.githubusercontent.com/ljp-projects/TeaScript/TAG_NAME/src/installer.sh | sh
  2. Verify installation with tea version

If you want to you can also locate the raw URL for a specific commit of the installer.sh file.