diff --git a/README.md b/README.md index 33e7dce..bcc9cf4 100644 --- a/README.md +++ b/README.md @@ -46,8 +46,6 @@ i started a [board] of some features i would like to explore The nature of this project is to be open-ended and community driven. my r_e_c_u_r already solves the problems i initially built it for. what happens next depends on how it is used and received by you. if you like the idea please let me know / get involved ! -- the only _hardware_ option currently available is the `diy enclosure`; this is designed be low cost, hackable and accessible. you can modify and 3d print/laser cut your own case, the recommended keypad and lcd parts are the cheapest i could find (with some compromises), basically aiming to get these in the hands of as many other diy-er as interested. if there is any interest i have plans to offer a limited `boutique enclosure` option at some point - professional custom cut aluminum cover , hand wired mechanical keys , real vinyl printed stickers, no compromises! (another future idea : a eurorack version based on raspi3 compute) - ## contact, donation and thanks langolierz@gmail.com diff --git a/documentation/build_docs.md b/documentation/build_docs.md index 6c363b5..9a0ed84 100644 --- a/documentation/build_docs.md +++ b/documentation/build_docs.md @@ -45,7 +45,12 @@ these are the parts you need to get. to reduce shipping costs to nz i sourced th ## put it together -- using [etcher] (or otherwise) flash the micro sd with my [modified image] of raspbian (or follow these [instructions to install] from scratch.) +- to get a raspberry pi working you need a micro-sd card with the operating system flashed onto it. + +- the easist way to run recur is by using [etcher] to flash your micro sd with my [modified image] of raspbian. +(i have tried to document my steps from a fresh image of rasbian to recur if you want to learn here [instructions to install] although this is more difficult and time consuming.) + +- _quick note about versions: i have uploaded a new modified image which you can read about and find [here]. this fixes some old bugs and adds some new features (and maybe some new bugs) this will replace the above image soon_ - _quick note about versions: i have uploaded a new modified image which you can read about and find [here]. this fixes some old bugs and adds some new features (and maybe some new bugs) this will replace the above image soon_ diff --git a/documentation/capture_parts.jpg b/documentation/capture_parts.jpg new file mode 100644 index 0000000..5bb5900 Binary files /dev/null and b/documentation/capture_parts.jpg differ