Merge pull request #331 from revarbat/revarbat_dev

Clarify to unpac zipfile with directories.
This commit is contained in:
Revar Desmera 2020-12-12 17:49:02 -08:00 committed by GitHub
commit 7dfda7cd96
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -12,8 +12,8 @@ A library for OpenSCAD, filled with useful tools, shapes, masks, math and manipu
## Installation ## Installation
1. Download the .zip or .tar.gz release file for this library. 1. Download the .zip or .tar.gz release file for this library.
2. Unpack it. It should create a `BOSL-v2.0` directory with the library files within it. 2. Unpack it. Make sure that you unpack the whole file structure. Some zipfile unpackers call this option "Use folder names". It should create either a `BOSL-v2.0` or `BOSL2-master` directory with the library files within it. You should see "examples", "scripts", "tests", and other subdirectories.
3. Rename the directory to `BOSL2`. 3. Rename the unpacked main directory to `BOSL2`.
4. Move the `BOSL2` directory into the apropriate OpenSCAD library directory for your platform: 4. Move the `BOSL2` directory into the apropriate OpenSCAD library directory for your platform:
- Windows: `My Documents\OpenSCAD\libraries\` - Windows: `My Documents\OpenSCAD\libraries\`
- Linux: `$HOME/.local/share/OpenSCAD/libraries/` - Linux: `$HOME/.local/share/OpenSCAD/libraries/`

View file

@ -8,7 +8,7 @@
////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////
BOSL_VERSION = [2,0,477]; BOSL_VERSION = [2,0,478];
// Section: BOSL Library Version Functions // Section: BOSL Library Version Functions