diff options
author | dec05eba <dec05eba@protonmail.com> | 2017-12-28 18:45:09 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2017-12-28 18:45:14 +0100 |
commit | 9ffe3db21297192b0f26929e74327487905ad444 (patch) | |
tree | d85fa4257020c6f51a6e3d1a2f0a0a8f4abe94dc | |
parent | 1e68e451b164492ca18b86b9e39c5bd39204238f (diff) |
Update readme with install instruction
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,2 +1,7 @@ # Simple Build System for Native Languages sibs can currently create ninja build files from very simple c++ projects. More to be added soon. + +# Installation +Newest version of sibs builds itself. If you don't already have sibs installed, you need to download an old version first: https://github.com/DEC05EBA/sibs/releases/tag/0.1.0 +After you've download release 0.1.0, you can install it by running install.sh +When you have sibs 0.1.0 installed, you can install latest version of sibs by running install.sh. New install script uses sibs. |