GassaFM / interpr

Toy language to learn parallel computing
MIT License
5 stars 4 forks source link

Linux&macOS installation guide #7

Open acforvs opened 4 years ago

acforvs commented 4 years ago

It would be nice to include the Installation section before the Invocation one

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
brew install dmd
git clone https://github.com/GassaFM/interpr
cd interpr/source
dmd *.d
vladloh commented 4 years ago

Господи какой же он крутой Влад спасибо что ты есть

MaximilianYan commented 3 months ago

Resolved in bd54eab.