diff --git a/README.md b/README.md index b7a9dc9c1ea258ded20f26fe72f3e9ed5cd76a97..361f297f7458554b5629bc03d372eaaf565cb906 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