From 4b135a47c905bc363dd4226e30deb6a1a2583fcd Mon Sep 17 00:00:00 2001
From: Josh Hejna <josh.hejna@gmail.com>
Date: Thu, 8 Aug 2019 00:03:31 +0100
Subject: [PATCH] Add minimal "getting started" to README.md (#275)

---
 README.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/README.md b/README.md
index 261f348d7..8bfd104ce 100644
--- a/README.md
+++ b/README.md
@@ -1 +1,7 @@
 # Fabric
+
+Essential hooks and patches for modding with Fabric.
+
+## Getting Started
+
+To setup a Fabric development environment, check out the [example fabric mod](https://github.com/FabricMC/fabric-example-mod) and follow the instructions there.