diff --git a/website/README.md b/website/README.md index 8c9472591f17ff8d9b4727dc4f20883841eae4a4..ee88e06ca4f9764e2c1ed8be5a628b0cbb200ad6 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: