diff options
| -rw-r--r-- | examples/INSTALL | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/INSTALL b/examples/INSTALL index 4ccd1d5..6296c67 100644 --- a/examples/INSTALL +++ b/examples/INSTALL @@ -5,6 +5,7 @@ arch = "X86_64" [install] path = "/usr/bin/my-package" +dependencies = ["package", "i2pd", "llvm-19-devel", "etc..."] # Leave it empty if there are no dependencies user = "root" group = "root" mode = "755" |
