linux.md: Make it clear that ollama does not need to be installed as a service

I had gotten halfway through these steps before I realized that they were fully optional and overkill for my use case of playing with ollama.

This commit makes it clearer these steps are optional, and only recommended if you will be using ollama quite regularly.
This commit is contained in:
crazy2be 2024-06-18 23:12:49 -04:00 committed by GitHub
parent 21adf8b6d2
commit fd0b095cf6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -30,6 +30,9 @@ sudo chmod +x /usr/bin/ollama
```
### Adding Ollama as a startup service (recommended)
*Note:* After completing the above steps, you can run ollama with `ollama serve`,
you do not need to set it up as a service. These steps are designed for increased
convenience if you are using ollama regularly.
Create a user for Ollama: