Skip to content

Commit 7e6d15f

Browse files
committed
Update site
1 parent fdb174a commit 7e6d15f

File tree

2 files changed

+13
-8
lines changed

2 files changed

+13
-8
lines changed

README.Rmd

+4-2
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,15 @@ This library has been inspired by the official [Ollama Python](https://github.co
3737

3838
2. Open/launch the Ollama app to start the local server.
3939

40-
3. Install the **stable** version of `ollamar` like so:
40+
3. Install either the stable or latest/development version of `ollamar`.
41+
42+
Stable version:
4143

4244
```{r eval=FALSE}
4345
install.packages("ollamar")
4446
```
4547

46-
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.
48+
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.
4749

4850
```{r eval=FALSE}
4951
remotes::install_github("hauselin/ollamar")

README.md

+9-6
Original file line numberDiff line numberDiff line change
@@ -42,17 +42,20 @@ libraries as well.
4242

4343
2. Open/launch the Ollama app to start the local server.
4444

45-
3. Install the **stable** version of `ollamar` like so:
45+
3. Install either the stable or latest/development version of
46+
`ollamar`.
47+
48+
Stable version:
4649

4750
``` r
4851
install.packages("ollamar")
4952
```
5053

51-
Alternatively, for the **latest/development** version with more/latest
52-
features, you can install it from GitHub using the `install_github`
53-
function from the `remotes` library. If it doesn’t work or you don’t
54-
have `remotes` library, please run `install.packages("remotes")` in R or
55-
RStudio before running the code below.
54+
For the latest/development version with more features/bug fixes, you can
55+
install it from GitHub using the `install_github` function from the
56+
`remotes` library. If it doesn’t work or you don’t have `remotes`
57+
library, please run `install.packages("remotes")` in R or RStudio before
58+
running the code below.
5659

5760
``` r
5861
remotes::install_github("hauselin/ollamar")

0 commit comments

Comments
 (0)