From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1331665-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id F1190158086
	for <garchives@archives.gentoo.org>; Mon, 18 Oct 2021 08:48:49 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 51535E0886;
	Mon, 18 Oct 2021 08:48:49 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 33621E0886
	for <gentoo-commits@lists.gentoo.org>; Mon, 18 Oct 2021 08:48:49 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 4766234346A
	for <gentoo-commits@lists.gentoo.org>; Mon, 18 Oct 2021 08:48:48 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id D5F80163
	for <gentoo-commits@lists.gentoo.org>; Mon, 18 Oct 2021 08:48:46 +0000 (UTC)
From: "Mike Frysinger" <vapier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" <vapier@gentoo.org>
Message-ID: <1634535360.1373fd32ad44d58b1181924fa2d2fabcd6d31c24.vapier@gentoo>
Subject: [gentoo-commits] proj/sandbox:master commit in: /
X-VCS-Repository: proj/sandbox
X-VCS-Files: README README.md
X-VCS-Directories: /
X-VCS-Committer: vapier
X-VCS-Committer-Name: Mike Frysinger
X-VCS-Revision: 1373fd32ad44d58b1181924fa2d2fabcd6d31c24
X-VCS-Branch: master
Date: Mon, 18 Oct 2021 08:48:46 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 651ab041-ca31-4522-b63f-15112cc1123e
X-Archives-Hash: 8fb3390018bb6fab17f6cb4e535eb701

commit:     1373fd32ad44d58b1181924fa2d2fabcd6d31c24
Author:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 18 05:36:00 2021 +0000
Commit:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Mon Oct 18 05:36:00 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sandbox.git/commit/?id=1373fd32

README: convert to markdown

Signed-off-by: Mike Frysinger <vapier <AT> gentoo.org>

 README => README.md | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/README b/README.md
similarity index 95%
rename from README
rename to README.md
index e92b429..a79eaa3 100644
--- a/README
+++ b/README.md
@@ -1,6 +1,4 @@
----------
-  about
----------
+# Sandbox
 
 Sandbox is a library (and helper utility) to run programs in a "sandboxed"
 environment.  This is used as a QA measure to try and prevent applications from
@@ -14,9 +12,7 @@ config files on the fly.
 For people who are familiar with the Debian "fakeroot" project or the RPM based
 "InstallWatch", sandbox is in the same vein of projects.
 
-----------
-  method
-----------
+## Method
 
 The way sandbox works is that you prime a few environment variables (in order
 to control the sandbox's behavior) and then stick it into the LD_PRELOAD