diff --git a/README.md b/README.md index 3c0481e..018ffb5 100644 --- a/README.md +++ b/README.md @@ -13,18 +13,8 @@ This information is often used for air pollution data analysis and for air quali ## Installation -First, you need to install `devtools`: -```R -install.packages("devtools") -``` - -Then, you can install `qualR` by: - -```R -devtools::install_github("ropensci/qualR") -``` +You can install it directly using: -Or, you can install it directly using: ```R install.packages('qualR', repos = c('https://ropensci.r-universe.dev', 'https://cloud.r-project.org')) ```