-Currently, this estimation can be done in the web application via four different methods:
-White and Panago (WP), sequential Bayes (seqB), incidence decay (ID), and incidence decay and exponential adjustment (IDEA).
+An instance of the web application is available at
+<https://immune.math.yorku.ca/Rnaught>.
+
+## Installation
+
+You can install the development version of Rnaught using the
+[devtools](https://devtools.r-lib.org) package. Run the following
+commands in an R session:
+
+``` r
+install.packages("devtools") # If not already installed.
+devtools::install_github("MI2YorkU/Rnaught", build_vignettes = TRUE)
+```
+
+## Documentation
+
+The package documentation is available online at
+<https://MI2YorkU.github.io/Rnaught>.
+
+For a quick introduction, see the [Get
+started](https://MI2YorkU.github.io/Rnaught/articles/Rnaught.html) page.
+This can also be accessed from an R session with
+`vignette("Rnaught", package = "Rnaught")`.
+
+To view the documentation locally, run `?Rnaught::<function>`. A list of
+all functions is shown in the package index by executing
+`help(package = "Rnaught")`.
+
+## Contributing
+
+The source code for this package is available on
+[GitHub](https://github.com/MI2YorkU/Rnaught).
+
+To report a bug, request a new feature, give feedback, or ask questions,
+open a new [issue](https://github.com/MI2YorkU/Rnaught/issues).
+
+Submit new estimators, features, bug fixes, or patches by creating a
+[pull request](https://github.com/MI2YorkU/Rnaught/pulls).
+
+## License