diff options
author | dec05eba <dec05eba@protonmail.com> | 2018-01-01 06:56:01 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-01 06:56:01 +0100 |
commit | 40a37eab7392a694b351ebcab7df6f70da086fe4 (patch) | |
tree | a5675f935c42b59f02e73be69d0a3b4df56eadab | |
parent | 0db3a23b21fe2856f64c5007b27e46a8140f10c0 (diff) |
Update README.md
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,6 +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. +Sibs is still in very early testing phase, should only be used if you want to toy around with it. +Sibs is inspired by [Cargo](https://github.com/rust-lang/cargo/) # Installation Newest version of sibs builds itself. If you don't already have sibs installed, you need to download latest release first: https://github.com/DEC05EBA/sibs/releases After you've download the latest release, you can install it by running install.sh (or use sibs.exe if you are on windows). |