Skip to content

Commit

Permalink
Adds a line about ollama serve to start ollama
Browse files Browse the repository at this point in the history
  • Loading branch information
geshan committed Feb 3, 2025
1 parent 18a6979 commit d868d85
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion posts/2025-02-02-what-is-ollama.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@ It will install Ollama and all its related dependences and end like the below if

<img class="center" src="/images/what-is-ollama/03brew-install-ollama-output.jpg" loading="lazy" title="Final successful output of brew install ollama on a Mac" alt="Final successful output of brew install ollama on a Mac">

Now if you run `ollama –version` you will see something like the bleow:
If you installed it with brew you will need to run `ollama serve`. You will see the ollama variables and resources.
Then you can run `ollama –version` in a different CLI tab. You will see something like the bleow:

```bash
➜ ollama --version
Expand Down

0 comments on commit d868d85

Please sign in to comment.