From 09c3840e8ee3af7c14b7465e82b1188fd4cd5470 Mon Sep 17 00:00:00 2001 From: hackrush Date: Mon, 18 Jun 2018 14:20:38 -0400 Subject: [PATCH] Update repository-standards.md Added a point in "running from source" sub-heading, indicating the use use INSTALL.md file if the steps are lengthy. --- content/resources/repository-standards.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/resources/repository-standards.md b/content/resources/repository-standards.md index 52637de..358d40f 100644 --- a/content/resources/repository-standards.md +++ b/content/resources/repository-standards.md @@ -42,6 +42,7 @@ This document exists to introduce a project to a new visitor. It may also serve * If there are operating system specific instructions, these should be broken out into separate headings for each operating system. * It is okay to assume Linux and Unix are "first class citizens". While we want to support all OSes, Windows instructions and considerations can be secondary. * Include a step that explains how to verify you are running from source directly. +* It is okay to point to a INSTALL.md file if the installation steps are relatively lenghty, which should reside in the root folder. ### Contributing