Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nasa/openmct.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Henry <andrew.k.henry@nasa.gov>2016-09-16 23:36:35 +0300
committerGitHub <noreply@github.com>2016-09-16 23:36:35 +0300
commit156ba832f2da3c219f65f86198fb228557566449 (patch)
tree6050565cbcf3a1e7e8d98f8be4a0742584084b5b /README.md
parentc4f079dde28e96f9d4489b853580286072ccdfeb (diff)
parentf0064fd91ff7928445fdaa6856b83ca671367bf5 (diff)
Merge pull request #1154 from nasa/root-build-note-1151
[README] Warn about root installation issues
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index c19be6ee1..b9486dad3 100644
--- a/README.md
+++ b/README.md
@@ -17,6 +17,7 @@ Differences between the two APIs include a move away from a declarative system o
## Building and Running Open MCT Locally
Building and running Open MCT in your local dev environment is very easy. Be sure you have [Git](https://git-scm.com/downloads) and [Node.js](https://nodejs.org/) installed, then follow the directions below. Need additional information? Check out the [Getting Started](https://nasa.github.io/openmct/getting-started/) page on our website.
+(These instructions assume you are installing as a non-root user; developers have [reported issues](https://github.com/nasa/openmct/issues/1151) running these steps with root privileges.)
1. Clone the source code