diff options
Diffstat (limited to 'bpkg/bpkg.cli')
-rw-r--r-- | bpkg/bpkg.cli | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bpkg/bpkg.cli b/bpkg/bpkg.cli index c19138b..1e3697c 100644 --- a/bpkg/bpkg.cli +++ b/bpkg/bpkg.cli @@ -57,9 +57,9 @@ namespace bpkg archives from repositories. A \i{bpkg repository} is a collection of packages as well as prerequisite - and complement repositories. Both \i{archive} and \i{version - control}-based repository types are supported. A repository is identified - by its location which can be a local filesystem path or a URL. + and complement repositories. \i{Archive}, \i{directory} and \i{version + control}-based repositories are supported. A repository is identified by + its location which can be a local filesystem path or a URL. A typical \cb{bpkg} workflow would consist of the following steps. |