diff --git a/README.md b/README.md index 747b3dd..f983a48 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,12 @@ A GUI for the OpenBSD package manager. +You can search for packages by typing text. There is a setting if you want to include packages description into the search. +[![Package list using search](images/list-fs8.png)](images/list-fs8.png) + +You are prompted about your changes before applying changes: +[![Package list using search](images/recap-fs8.png)](images/recap-fs8.png) + # How to use Install packages `godot` and `sqlports`, then execute `make run` in the sources directory. diff --git a/images/list-fs8.png b/images/list-fs8.png new file mode 100644 index 0000000..acd9a2f Binary files /dev/null and b/images/list-fs8.png differ diff --git a/images/recap-fs8.png b/images/recap-fs8.png new file mode 100644 index 0000000..1d932bb Binary files /dev/null and b/images/recap-fs8.png differ