Skip to content

Commit a488981

Browse files
Ollama portable zip QuickStart tiny fix (#12862)
* Tiny fix to ollama portable zip quickstart * Tiny fix
1 parent 0f2706b commit a488981

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

docs/mddocs/Quickstart/ollama_portablze_zip_quickstart.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,7 @@ Download IPEX-LLM Ollama portable tgz for Ubuntu users from the [link](https://g
7171
Then open a terminal, extract the tgz file to a folder.
7272

7373
```bash
74-
cd PATH/TO/DOWNLOADED/TGZ
75-
tar xvf [Downloaded tgz file]
74+
tar -xvf [Downloaded tgz file path]
7675
```
7776

7877
### Step 2: Start Ollama Serve

docs/mddocs/Quickstart/ollama_portablze_zip_quickstart.zh-CN.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,16 +71,15 @@
7171

7272
然后,开启一个终端,输入如下命令将 tgz 文件解压到一个文件夹中。
7373
```bash
74-
cd PATH/TO/DOWNLOADED/TGZ
75-
tar xvf [Downloaded tgz file]
74+
tar -xvf [Downloaded tgz file path]
7675
```
7776

7877
### 步骤 2:启动 Ollama Serve
7978

8079
进入解压后的文件夹,执行`./start-ollama.sh`启动 Ollama Serve:
8180

8281
```bash
83-
cd PATH/TO/EXTRACTED/FOLDER
82+
cd PATH/TO/EXTRACTED/FOLDER
8483
./start-ollama.sh
8584
```
8685

0 commit comments

Comments
 (0)