Browse code

Updating Installation Instructions

#276 pointed out the fact that some system level dependencies may be necessary to install celda on OSX.

Former-commit-id: db669d5fadc0e91996a0f089140cf649cede0de9

Sean authored on 24/07/2018 14:29:54 • GitHub committed on 24/07/2018 14:29:54
Showing 1 changed files

... ...
@@ -21,6 +21,11 @@ The most up-to-date (but potentially less stable) version of celda can similarly
21 21
 install_github("compbiomed/celda")
22 22
 ```
23 23
 
24
+**NOTE** On OSX, devtools::install_github() requires installation of **libgit2.** This can be installed via homebrew:
25
+```
26
+brew install libgit2
27
+```
28
+
24 29
 ## Examples and vignettes
25 30
 
26 31
 Vignettes are available in the package.