aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2017-12-30 06:02:38 +0100
committerGitHub <noreply@github.com>2017-12-30 06:02:38 +0100
commit7a5910121ab0ad2ea8a4a60e5b6599b7255e5a5e (patch)
treed4b4847b6a5067fd3103b94f61d47feee29d79bd /README.md
parent0f6562ef51df7a9370bb966448263cc21bead7a9 (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/README.md b/README.md
index ea1dc3f..7ddb80b 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,8 @@
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.
+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).
+When you have sibs installed, you can install latest version of sibs by running install.sh if you are on Linux. New install script uses sibs.
+
+Installing latest version currently doesn't work on Windows.