Skip to content

Commit 24156d8

Browse files
authored
update README.md (#173)
1 parent 5185195 commit 24156d8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ sudo apt install git build-essential
114114
2. Clone this repository and compile Distributed Llama on all computers:
115115
```sh
116116
git clone https://github.com/b4rtaz/distributed-llama.git
117+
cd distributed-llama
117118
make dllama
118119
make dllama-api
119120
```
@@ -129,6 +130,7 @@ choco install mingw
129130
2. Clone this repository and compile Distributed Llama on all computers:
130131
```sh
131132
git clone https://github.com/b4rtaz/distributed-llama.git
133+
cd distributed-llama
132134
make dllama
133135
make dllama-api
134136
```
@@ -175,6 +177,7 @@ sudo apt install git
175177
5. Clone this repository and compile Distributed Llama on all devices:
176178
```sh
177179
git clone https://github.com/b4rtaz/distributed-llama.git
180+
cd distributed-llama
178181
make dllama
179182
make dllama-api
180183
```

0 commit comments

Comments
 (0)