update README: legacy and licence, setup

This commit is contained in:
Roland Hieber 2013-06-07 00:23:02 +02:00
parent 7e784e07e3
commit 311f30c830

View file

@ -2,8 +2,7 @@ Bottle clip with name and logo
==============================
This thing is a simple clip with your name on it which can be used to mark your
bottles. It is based on a previous work of Thingiverse user daniel.
TODO thingiverse link
bottles.
The clip is customizable and you can tweak the following parameters:
@ -16,6 +15,29 @@ The clip is customizable and you can tweak the following parameters:
Instructions
------------
Open `bottle-clip.scad` in OpenSCAD. At the end of the file, there
First, get all prerequisites. If you cloned this repository with Git, all you
have to do is change into the repository and do a `git submodule init && git
submodule update`.
Open `bottle-clip.scad` in OpenSCAD. At the end of the file, there is a
template for 4 bottle name tags which you can adapt to build your own.
Legacy and Licence
---------------
The [original design][thing888] was made by Thingiverse user
[wizard23][wizard23] under [CC-BY-NC-3.0][ccbync30]. [daniel][daniel] first put
the [text][thing18978] and then the [logo][thing23817] on it, both his designs
were [CC-BY-SA-3.0][ccbysa30]. In the direct consequence, the design in this
repo is also [CC-BY-SA-3.0][ccbysa30].
[thing888]: http://www.thingiverse.com/thing:888
[wizard23]: http://www.thingiverse.com/wizard23
[daniel]: http://www.thingiverse.com/daniel
[thing18978]: http://www.thingiverse.com/thing:18978
[thing23817]: http://www.thingiverse.com/thing:23817
[ccbync30]: https://creativecommons.org/licenses/by-nc/3.0/
[ccbysa30]: https://creativecommons.org/licenses/by-sa/3.0/
// vim: set et ts=2 sw=2 tw=0: