From c33637458cbe0e801bfeace31a6d0637f147dcb7 Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Tue, 25 Sep 2018 18:29:17 +0200 Subject: [PATCH] readme: Warn about interface changes --- readme.org | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/readme.org b/readme.org index 8783498..c621c80 100644 --- a/readme.org +++ b/readme.org @@ -7,7 +7,7 @@ operating system /and/ remote systems as well. Emacs' knowledge is not required: see the [[stand-alone][stand-alone]] folder for a version targeted at non-Emacs users. Run the script and everything should be self-explanatory. If -not then it's bug, please report it. +not then it's a bug, please report it. Start ~helm-system-packages~ to list all available packages (with installed packages as well as dependencies displayed in their own respective face). @@ -24,12 +24,12 @@ Helm System Packages provides a uniform interface over the following package managers: - =brew= (macOS) +- =dnf= - =dpkg= (apt & friends) - =guix= - =pacman= - =portage= (emerge & friends) - =xbps= -- =dnf= - And (hopefully) more to come! Contributions are welcome. Some package managers come with their specific actions and even specific @@ -97,6 +97,9 @@ Helm sessions can also be resumed. * Development +*WARNING:* The programming interface is still under development and is prone to +change. + Each module is rather straightforward, it only needs to define the following: - A ~helm-system-packages-FOO~ function that starts a Helm session.