Skip to content

Commit

Permalink
readme: Warn about interface changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ambrevar committed Sep 25, 2018
1 parent fb11421 commit c336374
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions readme.org
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand All @@ -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
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit c336374

Please sign in to comment.