small fix in document

This commit is contained in:
Shengsheng Huang 2024-04-09 23:04:26 +08:00 committed by GitHub
parent 8924dbc3f9
commit 6e7da0d92c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -41,10 +41,13 @@ Follow the instructions on the [Run Ollama on Linux with Intel GPU](ollama_quick
```
#### Start the service
```
export no_proxy=localhost,127.0.0.1
bash start.sh
```
Run below commands to start the service:
```sh
export no_proxy=localhost,127.0.0.1
bash start.sh
```
```eval_rst