Skip to content

hongjr03/tinymist-nightly-installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tinymist-(nightly)-installer

English | 简体中文

This repository is used to install the nightly version of tinymist, downloading the latest build from tinymist::ci. It can also be used to install the latest stable release.

Installation

Copy the corresponding command to the terminal and run it.

Nightly

  • Unix (Bash):

    curl -sSL https://github.com/hongjr03/tinymist-nightly-installer/releases/latest/download/run.sh | bash
  • Windows (PowerShell):

    iwr https://github.com/hongjr03/tinymist-nightly-installer/releases/latest/download/run.ps1 -UseBasicParsing | iex

Stable

  • Unix (Bash):

    curl -sSL https://github.com/hongjr03/tinymist-nightly-installer/releases/latest/download/run.sh | bash -s -- --stable
  • Windows (PowerShell):

    iwr https://github.com/hongjr03/tinymist-nightly-installer/releases/latest/download/run.ps1 -UseBasicParsing | iex -ArgumentList '--stable'

Notes

Please ensure that your system has the VSCode CLI installed.