/samora-lang-installers

This repository provides scripts to install Samora Lang compiler in various Operating Systems

Primary LanguagePowerShell

Samora lang Installers

This repository provides scripts to install Samora Lang compiler in various Operating Systems

How to install

Windows

Download the Windows Installer.

I really recommend installing golang in your host, although it is not mandatory.

./installer.ps1

Linux

Pre-requisites

using curl:

sudo curl -sSL https://raw.githubusercontent.com/obadiaspelembe/samora-lang-installers/main/Unix/installer.sh | bash

You can also install using wget, but need to make sure you have the pre-requisites installed!

sudo wget -O - https://raw.githubusercontent.com/obadiaspelembe/samora-lang-installers/main/Unix/installer.sh | bash