Using a shell, for example PowerShell:
cd ~ git clone https://github.com/OrbitalShell/orbital-shell.git cd ./orbital-shell dotnet build OrbitalShell.sln cd ./OrbitalShell-CLI/bin/Debug/netcoreapp3.1
You can then launch Orbital Shell from this location:
./orbsh.exe
You should add orbsh.exe path to system PATH :
~/orbital-shell/OrbitalShell-CLI/bin/Debug/netcoreapp3.1/