Skip to content

Commit ea08263

Browse files
authored
Update docs/build.md
1 parent 4e1196c commit ea08263

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/build.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,7 @@ cmake --build build --config Release
6868
cmake --build build-x64-windows-llvm-release
6969
```
7070
- Curl usage is enabled by default and can be turned off with `-DLLAMA_CURL=OFF`. Otherwise you need to install development libraries for libcurl.
71-
- **Debian / Ubuntu:** `sudo apt-get install libcurl4-openssl-dev`
72-
_(or `libcurl4-gnutls-dev` if you prefer GnuTLS)_
71+
- **Debian / Ubuntu:** `sudo apt-get install libcurl4-openssl-dev` # (or `libcurl4-gnutls-dev` if you prefer GnuTLS)
7372
- **Fedora / RHEL / Rocky / Alma:** `sudo dnf install libcurl-devel`
7473
- **Arch / Manjaro:** `sudo pacman -S curl` # includes libcurl headers
7574

0 commit comments

Comments
 (0)