From 09f7c71d7ec8bda32924a5c39f1f2a4a51c330a9 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Mon, 22 Jun 2020 02:48:19 +0200 Subject: [PATCH] Fix escaped asterisk in readme Not sure why GitHub's parser does not this to be escaped. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c867117..dc57c79f 100644 --- a/README.md +++ b/README.md @@ -317,7 +317,7 @@ After you've finished building you can follow the instructions under the [usage](#Usage) section on how to set up yabridge. - \*The versions of GCC and Boost that ship with Ubuntu 18.04 by default are too + *The versions of GCC and Boost that ship with Ubuntu 18.04 by default are too old to compile yabridge. If you do wish to build yabridge from scratch rather than using the [prebuilt binaries](https://github.com/robbert-vdh/yabridge/actions?query=workflow%3A%22Automated+builds%22+branch%3Amaster), then you should take a look at the [docker