From dde4e4952651dbb6b8430ade90e9ac71fe180f20 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sat, 15 Jun 2019 12:29:16 +0300 Subject: [PATCH] docs: update --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ce49c6b2..37f9341d 100644 --- a/README.md +++ b/README.md @@ -122,11 +122,13 @@ git:https://github.com/dylanaraps/neofetch ### `depends` -The `depends` file contains the package's dependencies one per line. +The `depends` file contains the package's dependencies one per line. An optional field can be added to specify whether a dependency is needed at compile time. This may later be extended to allow for optional runtime dependencies. + +**NOTE**: A dependency without a secondary field is assumed to be a runtime dependency. ``` -zlib -binutils +zlib make +binutils make openssl ```