From ca017465888371e4845dc701a71ad453aa3e6b08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5vard=20Fossli?= Date: Thu, 30 Mar 2017 14:28:44 +0200 Subject: [PATCH] Fixing formatting typos in README.md (#542) --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8ffb78caf..d6a092384 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ Xamarin.Android banner + Xamarin.Android =============== @@ -226,7 +227,7 @@ Then, you may do one of the following: 1. Run make: - make + make 2. Load `Xamarin.Android.sln` into Xamarin Studio and Build the project. @@ -245,11 +246,11 @@ for tools required by the build. To disable `binfmt_misc` you need to issue the following command as root: - echo 0 > /proc/sys/fs/binfmt_misc/status + echo 0 > /proc/sys/fs/binfmt_misc/status and to enable it again, issue the following command: - echo 1 > /proc/sys/fs/binfmt_misc/status + echo 1 > /proc/sys/fs/binfmt_misc/status ## macOS Build Notes