Skip to content

Commit

Permalink
Update site
Browse files Browse the repository at this point in the history
  • Loading branch information
hauselin committed Aug 17, 2024
1 parent fdb174a commit 7e6d15f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
6 changes: 4 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
15 changes: 9 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 7e6d15f

Please sign in to comment.