From 21d8ce58ae15bff45fbadd7a842af43b063cf7d5 Mon Sep 17 00:00:00 2001 From: fwhigh Date: Wed, 12 Mar 2014 22:27:18 -0400 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fd3f355..dee941c 100644 --- a/README.md +++ b/README.md @@ -20,13 +20,14 @@ You can also run them locally on your machine. Requires XQuartz for Mac systems ## For administrators -### Instructions for standing up the server +### Instructions for standing up the server from your local repository. In R: install.packages("opencpu",dependencies=TRUE) library(devtools) - install_github("MedicMobileImpact","fwhigh") + library(opencpu) + install.packages("/FULL/PATH/TO/MedicMobileImpact", repos = NULL, type="source") opencpu$browse("/library/MedicMobileImpact/anc") opencpu$browse("/library/MedicMobileImpact/vaccine")