Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@ 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```

- 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:
Expand Down
Loading