diff --git a/README.md b/README.md index ee1a6e6..9262fad 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,17 @@ This repository contains two workflows for the analysis of Zika virus data: Each folder contains a README.md with more information. +## Quickstart + +Follow the [standard installation instructions](https://docs.nextstrain.org/page/install.html) for Nextstrain's suite of software tools. + +Then run the default phylogenetic workflow via: +``` +cd phylogenetic/ +nextstrain build . +nextstrain view . +``` + ## Documentation - [Contributor documentation](./CONTRIBUTING.md)