From b939cd473dbd99e263955ba407b7a3ea9f2030ea Mon Sep 17 00:00:00 2001 From: Jonny Heggheim Date: Sat, 14 Mar 2026 07:50:46 +0100 Subject: [PATCH 1/2] Added install instructions to README.md for users running Fedora Linux Fedora Linux have shipped BOSL2 for a while, the install and update is very easy. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index cf2ba905..ee57fdae 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,10 @@ You can find the full BOSL2 library documentation at: https://github.com/BelfryS - Mac OS X: `$HOME/Documents/OpenSCAD/libraries/` 5. Restart OpenSCAD. +### Fedora Linux +Users on Fedora Linux can install directly from their package repository by runnning: + +```sudo dnf install openscad-bosl2``` ## Examples A lot of the features of this library are to allow shorter, easier-to-read, intent-based coding. For example: From a860d672bfdd16138aecdf253556e2c01435f84a Mon Sep 17 00:00:00 2001 From: Jonny Heggheim Date: Wed, 18 Mar 2026 20:47:44 +0100 Subject: [PATCH 2/2] Added note that the version might be older than the current release. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ee57fdae..dc0d51d0 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,8 @@ Users on Fedora Linux can install directly from their package repository by runn ```sudo dnf install openscad-bosl2``` + - NOTE: The version might be older than the current release. + ## Examples A lot of the features of this library are to allow shorter, easier-to-read, intent-based coding. For example: