Add install script

This commit is contained in:
2025-12-12 18:01:23 -06:00
parent 86fd57ea12
commit 808b803617
2 changed files with 138 additions and 0 deletions

View File

@@ -4,6 +4,11 @@ type = "chapter"
weight = 1
+++
If you use Linux, MacOS or FreeBSD you can also use this command to install
```bash
curl -o crosslang-install.sh https://crosslang.tesseslanguage.com/crosslang-install.sh && sh crosslang-install.sh; rm crosslang-install.sh
```
- [Linux](linux)
- [Windows](windows.md)
- [Shell Binary](https://downloads.tesses.net/ShellPackage.crvm)