From 94a06ba75917e1dad6c1d1fb3fe2efe570b71397 Mon Sep 17 00:00:00 2001 From: George Tollefson Date: Tue, 26 Mar 2019 13:51:52 -0400 Subject: [PATCH] docs(editInstallationSectionOfReadme.Md): added supported os versions --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 94145f8..248a9cc 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,14 @@ VIVA.jl is a user-friendly command line tool for creating publication quality gr ## Installation +### Supported Operating Systems: + +#### macOS +Mojave, High Sierra, and Mojave. + +#### Windows +Windows 10, Windows 7 + ### Command Line Tool Add VIVA.jl in the Julia Pkg prompt. @@ -26,13 +34,13 @@ Install Jupyter and download the [VIVA Jupyter Notebook](). To stay up to date with cutting edge development features install VIVA.jl from the Master branch. -Install ViVa.jl +Using git from the command line: ``` git clone https://github.com/compbiocore/ViVa.jl ``` -or +or from the Julia REPL (useful if using the PowerShell and don't have git installed): ```julia using Pkg