From 9127456ada737a59c1246de44eff2b8c7be27d67 Mon Sep 17 00:00:00 2001 From: "daniel.domingues" Date: Thu, 7 Apr 2022 19:20:52 +0100 Subject: [PATCH] feature/Update-README quick clone without downloading the entire repo --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 344e7316..0be360bb 100644 --- a/README.md +++ b/README.md @@ -34,9 +34,16 @@ Generated Data: - `site/` which stores the compiled SourceCred frontend, which can display data stored in the instance. - # Setup and Usage +## How to clone the repo + +```shell +git clone --single-branch --branch master git@github.com:1Hive/pollen.git +``` + +## Setup + Using this instance as a starting point, you can update the config to include just the plugins you want, pointing at the data you care about. We recommend setting up your instance locally first and make sure its working before pushing your changes