diff --git a/README.md b/README.md index 2d94f7d941b79dd3f9658f89736717d99fa4fceb..285aae4e05c01155d1b1ea6387bb7a2270383b70 100644 --- a/README.md +++ b/README.md @@ -6,15 +6,14 @@ maintainers: * Albert Graef <aggraef@gmail.com> * Jonathan Wilkes <jancsika@yahoo.com> -[Downloads](https://github.com/jonwwilkes/purr-data/releases) - [Mailing List](http://disis.music.vt.edu/cgi-bin/mailman/listinfo/l2ork-dev) +* [Downloads](#downloads) * [One Paragraph Overview](#one-paragraph-overview) * [Three Paragraph Overview](#three-paragraph-overview) * [Goals](#goals) +* [User Guide](#user-guide) * [Relationship of Purr Data to Pure Data](#relationship-of-purr-data-to-pure-data) -* [Downloads](#downloads) * [Build Guide](#build-guide) * [Gnu/Linux](#linux) * [OSX](#osx-64-bit-using-homebrew) @@ -32,8 +31,6 @@ create software graphically by drawing diagrams instead of writing lines of code. These diagrams show how data flows through the software, displaying on the screen what text-based languages require you to piece together in your mind. - - ### Three Paragraph Overview Pd has been designed with an emphasis on generating sound, video, @@ -66,6 +63,16 @@ Pd-L2ork has the following goals: documentation. We like documentation, so it follows that we like consistent interfaces. +### User Guide + +For a more in-depth look at Purr Data for new users and developers, see: + +[https://agraef.github.io/purr-data-intro/Purr-Data-Intro.html](https://agraef.github.io/purr-data-intro/Purr-Data-Intro.html) + +For more resources see: + +[https://agraef.github.io/purr-data/](https://agraef.github.io/purr-data/) + ### Relationship of Purr Data to Pure Data There are three maintained distributions of Pure Data: @@ -82,11 +89,14 @@ There are three maintained distributions of Pure Data: ### Downloads -You can download a precompiled installer for Gnu/Linux, Windows, or OSX -from the following site: +For Ubuntu PPAs and Arch AUR: -[https://github.com/jonwwilkes/purr-data/releases](https://github.com/jonwwilkes/purr-data/releases) +[https://agraef.github.io/purr-data/#jgu-packages](https://agraef.github.io/purr-data/#jgu-packages) + +Packages for Gnu/Linux, Windows, and OSX: +[https://github.com/jonwwilkes/purr-data/releases](https://github.com/jonwwilkes/purr-data/releases) + ### Build Guide **NOTE:** The instructions below talk about running the `tar_em_up.sh` build @@ -603,4 +613,4 @@ primitives (numbers, strings, and arrays). For the arrays, Javascript's array notation is used. This is a highly idiosyncratic, quick-and-dirty approach. But the point is that the idiosyncracy exists in a single file of the source code, and can be easily made more modular (or replaced entirely by something -else) without affecting _any_ of the rest of the C code. \ No newline at end of file +else) without affecting _any_ of the rest of the C code.