From 4a6935f907b9b4bb4cd14f322f6398c7fce9f5e8 Mon Sep 17 00:00:00 2001 From: Lou Quillio Date: Mon, 24 Jul 2017 23:19:48 -0700 Subject: [PATCH 1/3] Credit Draco logo designers. ocupop did a nice job with this. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7a112d5..2221489 100644 --- a/README.md +++ b/README.md @@ -464,3 +464,5 @@ References [CONTRIBUTING]: https://raw.githubusercontent.com/google/draco/master/CONTRIBUTING Bunny model from Stanford's graphic department + +Awesome Draco 3D logo by [**ocupop**](http://ocupop.com/). From cca5e839fb08331bb5204146f6ea3cd916ccf716 Mon Sep 17 00:00:00 2001 From: Lou Quillio Date: Tue, 25 Jul 2017 00:17:28 -0700 Subject: [PATCH 2/3] Also emphasize rbenv installation. --- docs/spec/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/spec/README.md b/docs/spec/README.md index 89ec23b..0721ce1 100644 --- a/docs/spec/README.md +++ b/docs/spec/README.md @@ -44,7 +44,8 @@ _**Important:** All commands are to be run as an ordinary, unprivileged user._ This project currently depends on Ruby v2.3.0. Because your distro may lack this version -- or installing it may conflict with your system's installed version -- -first [install rbenv], then install Ruby v2.3.0 within it (again, in userland). +first [**install rbenv**], then install Ruby v2.3.0 within it (again, in +userland). ~~~~~ # list all available versions: From 297f0670e692d425d7017aa01466d5d9253f8d7e Mon Sep 17 00:00:00 2001 From: Lou Quillio Date: Tue, 25 Jul 2017 00:21:37 -0700 Subject: [PATCH 3/3] Ahem. --- docs/spec/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/spec/README.md b/docs/spec/README.md index 0721ce1..928896d 100644 --- a/docs/spec/README.md +++ b/docs/spec/README.md @@ -44,7 +44,7 @@ _**Important:** All commands are to be run as an ordinary, unprivileged user._ This project currently depends on Ruby v2.3.0. Because your distro may lack this version -- or installing it may conflict with your system's installed version -- -first [**install rbenv**], then install Ruby v2.3.0 within it (again, in +first **[install rbenv]**, then install Ruby v2.3.0 within it (again, in userland). ~~~~~