Skip to content

Commit ee55b1e

Browse files
author
JackJollimore
authored
dummy-proof directions
$HOME before make is unneccesary. If User is new with Termux then typing cd storage/downloads before $HOME is confusing. clarified directions.
1 parent 83df548 commit ee55b1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -803,7 +803,6 @@ git clone https://github.com/ggerganov/llama.cpp
803803

804804
Build `llama.cpp`:
805805
```
806-
$HOME
807806
cd llama.cpp
808807
make
809808
```
@@ -820,6 +819,7 @@ cmake --build . --config Release
820819
821820
Move your model to the $HOME directory in Termux, for example:
822821
```
822+
$HOME
823823
cd storage/downloads
824824
mv 7b-model.gguf ~/
825825
```

0 commit comments

Comments
 (0)