Cloning and adding to path
-
Cloning the repo
git clone https://github.com/nathsin/BalayyaLang -
Adding to path
If you're unsure about what shell you're using, it probably is bash
bash shell
export PATH=$PATH:/path/to/BalayyaLangTo write to path permanently, copy the above command to your
~/.bashrcfile and typesource ~/.bashrcfish shell
set -Ua fish_user_paths /path/to/BalayyaLang
executing a file
-
To execute a file with the
.simhaextensionbalayya /path/to/.simha/file