From 2591a5d2e2f249dca5aa2709bed0b6427f28e8a3 Mon Sep 17 00:00:00 2001
From: Brendan Bartels <bbartels@iastate.edu>
Date: Mon, 28 Nov 2016 10:11:03 -0600
Subject: [PATCH] website: add instructions for setting up website

---
 website/README.md | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/website/README.md b/website/README.md
index 8c9472591..ee88e06ca 100644
--- a/website/README.md
+++ b/website/README.md
@@ -1,6 +1,17 @@
 Contributing
 ----
 
+## Setup Environment
+
+Before making any changes, setup your environment with:
+
+```
+make setup
+```
+
+This will setup Pelican, so that you can build and deploy the website.
+You should only have to run the above command once.
+
 ## Making changes
 
 To make changes to the website, keep the following in mind:
-- 
GitLab