Skip to content

Commit 73795a9

Browse files
authored
Added installation instructions.
1 parent bc86e41 commit 73795a9

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

+11
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ This library is a set of useful tools, shapes and manipulators that I developed
55
projects, including large ones like the Snappy-Reprap printed 3D printer.
66

77

8+
## Installation
9+
1. Download the .zip or .tar.gz release file for this library.
10+
2. Unpack it. It should create a `BOSL-v1.0` directory with the library files within it.
11+
3. Rename the directory to `BOSL`.
12+
4. Move the `BOSL` directory into the apropriate OpenSCAD library directory for your platform:
13+
- Windows: `My Documents\OpenSCAD\libraries\`
14+
- Linux: `$HOME/.local/share/OpenSCAD/libraries/`
15+
- Mac OS X: `$HOME/Documents/OpenSCAD/libraries/`
16+
5. Restart OpenSCAD.
17+
18+
819
## Terminology
920
For purposes of the BOSL library, the following terms apply:
1021
- **Left**: Towards X-

0 commit comments

Comments
 (0)