From dc186ee979d6654c1a88b0de4259bc5bee853468 Mon Sep 17 00:00:00 2001 From: yugensoft Date: Wed, 10 May 2017 18:06:12 +0200 Subject: [PATCH] fixed mkdoc rendering error --- docs/contributing/development/building-status.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/contributing/development/building-status.md b/docs/contributing/development/building-status.md index eb3f450..d0a1bd7 100644 --- a/docs/contributing/development/building-status.md +++ b/docs/contributing/development/building-status.md @@ -23,6 +23,7 @@ This guide is written with OS X in mind. #### Windows-specific Setup Notes Setting up a development instance in Windows requires some tweaks. Consider the following before attempting the following sections: + - Make sure you run everything in a elevated command prompt (Right-click a link to Cmd.exe or Cygwin and click 'Run as Administrator') - Do not use the ./re-natal symlink. Write your own `re-natal.sh` script that uses full relative paths, give it execution permissions with `chmod +x`, and use it instead. Script: ```