From 4fd97c31b3cf31018e78fbb55ad3ca5f7654e99a Mon Sep 17 00:00:00 2001 From: Jeremy Kauffman Date: Mon, 11 Jun 2018 11:47:17 -0400 Subject: [PATCH] remove extra line --- content/resources/repository-standards.md | 1 - 1 file changed, 1 deletion(-) diff --git a/content/resources/repository-standards.md b/content/resources/repository-standards.md index ccbcf0c..2e4cc38 100644 --- a/content/resources/repository-standards.md +++ b/content/resources/repository-standards.md @@ -23,7 +23,6 @@ This document exists to introduce a project to a new visitor. It may also serve * A single header labeled "Install" should be the next header as an h2 * Installation means installation for users. It should cover how to have the software on their computer in a user-friendly fashion, not how to run from source. E.g. it should link binaries if they exist. * If the project is a library only intended to be used in other projects, it should still exist but can be extremely succinct (e.g. pip install lbryschema) - * If the project is not designed to be installed directly or used as a library in other projects, it should state as such, e.g. "This project is not designed to be installed directly. Continue reading below to learn how to use this project." ### Usage