From ee90837dd6960c90e025d8c36aa89f41774021c9 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 13 Jun 2019 09:17:04 +0300 Subject: [PATCH] docs: update --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index feafb6fe..e1f1d691 100644 --- a/README.md +++ b/README.md @@ -158,13 +158,11 @@ The manifest also includes the package's database entry. You can install the pac The `sources` file contains the package's sources one per line. Sources can be local or remote. +An optional destination field can be added to tell the package manager where to extract the source. This is relative to the regular extraction directory. The passed directories are also created. + ``` https://www.openssl.org/source/openssl-X.X.X.tar.gz patches/fix-musl.patch - -# An optional destination field can be added to tell the package manager -# where to extract the source. This is relative to the regular extraction -# directory. The passed directories are also created. https://www.openssl.org/source/openssl-X.X.X.tar.gz lib/example/ ```