aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2018-09-30 20:01:14 +0000
committerdec05eba <dec05eba@protonmail.com>2020-07-06 07:39:33 +0200
commit25de19087331d51ff87122ce20aedac82b80da97 (patch)
tree803d42a0b16cc1259f4f61069e9d3c79bcce96e2
parent0b09e97d0d6163b5a898f5642505ee12dd5ef30e (diff)
Update README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 79cdc9a..b726946 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,7 @@ Linux is the primary platform, the platform which master branch is guaranteed to
# Installation
Newest version of sibs builds itself. If you don't already have sibs installed and you are using Windows then you can find prebuilt binary under msvc folder.
-On Linux and Mac you need to build from source by running install.sh under cmake directory.
+On Linux, MacOS and OpenBSD you need to build from source by running install.sh under cmake directory.
After you've installed sibs once, you can install new versions by running install.sh (or use `sibs.exe build --release` if you are on windows, and sibs binary will be located under sibs-build/release/sibs.exe).
For easiest usage of sibs under windows, add msvc subdirectory to PATH environment variable. msvc subdirectory also contains additional libraries and software that is needed for sibs to run
with the only missing software being cmake.