From 9920c0ae6cb72df7bb287b336ae8f1428e8e9d5c Mon Sep 17 00:00:00 2001
From: Ben Anderson <b.anderson@soton.ac.uk>
Date: Tue, 9 Jun 2020 15:28:43 +0100
Subject: [PATCH] Update README.md: added note on use as an R package

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

diff --git a/README.md b/README.md
index b7a9dc9..361f297 100644
--- a/README.md
+++ b/README.md
@@ -6,6 +6,8 @@ This repo does two things:
 
  * it is a collection of [resources](resources.md) including some notes on:
    * how to [use git branches](gitBranches.md) 
- * it is a [template](template.md) repo that illustrates how we work
+ * it is a [template](template.md) repo that illustrates how we work - feel free to re-use
 
-If you want to [contribute to the repo](CONTRIBUTING.md) or like how we work and want to use it as a template, simply [fork and go](https://happygitwithr.com/fork-and-clone.html).
\ No newline at end of file
+If you want to [contribute to the repo](CONTRIBUTING.md) or like how we work and want to use it as a template, simply [fork and go](https://happygitwithr.com/fork-and-clone.html).
+
+The repo is structured as an R package so you should be able to 'install and restart' it from the RStudio Build menu. If you do so you will then be able to use its functions viz: `woRkflow::functionName()`.
\ No newline at end of file
-- 
GitLab