aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFolko-Ven <71110216+Folko-Ven@users.noreply.github.com>2023-04-28 19:22:48 +0500
committerGitHub <noreply@github.com>2023-04-28 16:22:48 +0200
commit78ec543733d10a1629f984fd0302fdaa4e87fe66 (patch)
treebddbab5105021fe0765741877c05ec3017cad394
parent92a6e13a31ba052abd9062af6cb8df2a293ce661 (diff)
Correcting link to w64devkit (#1214)
Correcting link to w64devkit (change seeto to skeeto).
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index be0e49e..2a20746 100644
--- a/README.md
+++ b/README.md
@@ -174,7 +174,7 @@ In order to build llama.cpp you have three different options.
- On Windows:
- 1. Download the latest fortran version of [w64devkit](https://github.com/seeto/w64devkit/releases).
+ 1. Download the latest fortran version of [w64devkit](https://github.com/skeeto/w64devkit/releases).
2. Extract `w64devkit` on your pc.
3. Run `w64devkit.exe`.
4. Use the `cd` command to reach the `llama.cpp` folder.