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.
Copy the corresponding command to the terminal and run it.
-
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
-
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'
Please ensure that your system has the VSCode CLI installed.