Skip to content
This repository was archived by the owner on Sep 6, 2024. It is now read-only.

Latest commit

 

History

History
65 lines (41 loc) · 1.08 KB

install.md

File metadata and controls

65 lines (41 loc) · 1.08 KB

Installation

::: tip Linux users — The unzip, jq and curl package is required to install VeinSDK. Use sudo apt install unzip jq curl to install packages. Kernel version 5.6 or higher is strongly recommended, but the minimum is 5.1. Use uname -r to check Kernel version. :::

::: code-group

irm "https://vein-lang.org/install.ps1" | iex
curl -fsSL https://vein-lang.org/install.sh | bash 

:::

:::tip VeinSDK requires a minimum of Windows 10 version 1809 :::

Checking installation

$ rune --version
Vein Rune CLI 0.*.*
Branch: master+*

Checking workloads installed

$ rune workload list

Installing VSCode Extensions

code --install-extension veinlang.devkit

or download it manualy Vein DevKit

Uninstalling

::: code-group

rm ~\.vein
rm -rf ~/.vein

:::