From d4b8c7ea368dd777d331a9abd5f51f11183fed99 Mon Sep 17 00:00:00 2001 From: "David J. Allen" Date: Sun, 3 Mar 2024 19:27:52 -0700 Subject: [PATCH] Updated README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d3dbab6..def5519 100644 --- a/README.md +++ b/README.md @@ -98,6 +98,8 @@ The local database stores all the information sent by the Asset API with additio * Export list of installed packages to reinstall later. +* Parallel downloads using `libcurl`. + ## Building from Source The project uses the CMake or Meson build system and has been tested with GCC and Clang on Arch/Manjaro Linux. CMake is preferred, but a `meson.build` script is provided and should work with some tweaking. Building on Windows or Mac has not been tested yet so it's not guaranteed to work. Compiling with CMake will build 2 executables, 3 shared libraries, and an archive library to link, while compiling with Meson only builds an executable that links with a shared library.