This repository provides scripts to install Samora Lang compiler in various Operating Systems
Download the powershell script Windows Installer.
./installer.ps1
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