gracelang / minigrace

Self-hosting compiler for the Grace programming language
39 stars 22 forks source link

Release #259

Open ghost opened 6 years ago

ghost commented 6 years ago

I see no release here:

http://github.com/gracelang/minigrace/releases

or here:

http://gracelang.org/applications/grace-versions/minigrace

apblack commented 6 years ago

If you want to install minigrace, you should be able to clone this repo, checkout the master branch, and type make install in the top-level directory. This will give you the "bleeding edge" version.

It will also install a "known-good" version that is obtained from npm. If you just want that, and don't want to compile your own, you can say

make npm-get-kg

There is probably a way of just using npm to get this version, without cloning this repo at all, but I don't know how to do that.

"Release management" is certainly something that we could use help with!