Skip to content

Commit a2de59b

Browse files
authored
docs(install): mention apt/deb
1 parent bf9087f commit a2de59b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/install.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
| Homebrew | |||
77
| MacPorts | || |
88
| Nix | |||
9+
| Apt | | ||
910

1011
## Winget (Windows)
1112

@@ -48,3 +49,11 @@ nix-env --file '<nixpkgs>' --install --attr llama-cpp
4849
For non-flake enabled installs.
4950

5051
This expression is automatically updated within the [nixpkgs repo](https://github.com/NixOS/nixpkgs/blob/nixos-24.05/pkgs/by-name/ll/llama-cpp/package.nix#L164).
52+
53+
## Apt (Debian Linux, Ubuntu...)
54+
55+
```sh
56+
sudo apt install llama.cpp
57+
```
58+
59+
See also: https://packages.debian.org/sid/llama.cpp

0 commit comments

Comments
 (0)