From 7e6d15fd97bc4c125586c0e7e42de3c77462bc59 Mon Sep 17 00:00:00 2001 From: Hause Lin Date: Sat, 17 Aug 2024 10:23:36 -0400 Subject: [PATCH] Update site --- README.Rmd | 6 ++++-- README.md | 15 +++++++++------ 2 files changed, 13 insertions(+), 8 deletions(-) diff --git a/README.Rmd b/README.Rmd index 789ae7d..bc5af82 100644 --- a/README.Rmd +++ b/README.Rmd @@ -37,13 +37,15 @@ This library has been inspired by the official [Ollama Python](https://github.co 2. Open/launch the Ollama app to start the local server. -3. Install the **stable** version of `ollamar` like so: +3. Install either the stable or latest/development version of `ollamar`. + +Stable version: ```{r eval=FALSE} install.packages("ollamar") ``` -Alternatively, for the **latest/development** version with more/latest features, you can install it from GitHub using the `install_github` function from the `remotes` library. If it doesn't work or you don't have `remotes` library, please run `install.packages("remotes")` in R or RStudio before running the code below. +For the latest/development version with more features/bug fixes, you can install it from GitHub using the `install_github` function from the `remotes` library. If it doesn't work or you don't have `remotes` library, please run `install.packages("remotes")` in R or RStudio before running the code below. ```{r eval=FALSE} remotes::install_github("hauselin/ollamar") diff --git a/README.md b/README.md index 480c2e7..bb67088 100644 --- a/README.md +++ b/README.md @@ -42,17 +42,20 @@ libraries as well. 2. Open/launch the Ollama app to start the local server. -3. Install the **stable** version of `ollamar` like so: +3. Install either the stable or latest/development version of + `ollamar`. + +Stable version: ``` r install.packages("ollamar") ``` -Alternatively, for the **latest/development** version with more/latest -features, you can install it from GitHub using the `install_github` -function from the `remotes` library. If it doesn’t work or you don’t -have `remotes` library, please run `install.packages("remotes")` in R or -RStudio before running the code below. +For the latest/development version with more features/bug fixes, you can +install it from GitHub using the `install_github` function from the +`remotes` library. If it doesn’t work or you don’t have `remotes` +library, please run `install.packages("remotes")` in R or RStudio before +running the code below. ``` r remotes::install_github("hauselin/ollamar")