aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel Ángel Moreno <mail@migalmoreno.com>2023-01-05 17:48:44 +0100
committerMiguel Ángel Moreno <mail@migalmoreno.com>2023-01-05 17:48:44 +0100
commit6f36543ea58a524e19de4d8f5e5523a774960556 (patch)
tree85c759b9c4ffb17b33fda2418912919b695f8bf0
parent74cd8a2f2bcc348e60011d57d2389719d83dba3a (diff)
README: Amend a few nits
-rw-r--r--README6
1 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index a148c4a..92d4c7c 100644
--- a/README
+++ b/README
@@ -13,10 +13,10 @@ If you'd like to contribute to the project, the easiest way is for you to instal
#+begin_src sh
cd /path/to/fdroid.el
-guix shell -D --pure
+guix shell --pure
#+end_src
-Since this package leverages the [[https://github.com/mvdan/fdroidcl][fdroidcl]] F-Droid desktop client for most of its functionality, it's necessary for you to have it installed. If it's your first time using =fdroidcl=, ensure to download the F-Droid repository index via the =fdroid-update= command.
+Since this package leverages the [[https://github.com/mvdan/fdroidcl][fdroidcl]] F-Droid desktop client for most of its functionality, it's necessary for you to have it installed. If it's your first time using =fdroidcl=, ensure to download the F-Droid repository index via the =M-x fdroid-update= command.
An example configuration might look like this:
@@ -28,7 +28,7 @@ An example configuration might look like this:
'(fdroid-sans-device t))) ; Perform `fdroid-*' operations without a connected device
#+end_src
-Above, we set the default keybindings for the =fdroid-map=, meaning from here on we can use the =fdroid-list-packages= (~C-c C-- l~) command to show all packages available for the current F-Droid repository. You can then invoke the interactive commands set below or, if you have the [[https://github.com/oantolin/embark][Embark]] package installed, the following Embark actions on the mini-buffer targets:
+Above, we set the default keybindings for the =fdroid-map=, meaning from here on we can use the =fdroid-list-packages= (~C-c C-- l~) command to show all packages available for the current F-Droid repository. You can then invoke the interactive commands set below or, if you have the [[https://github.com/oantolin/embark][Embark]] package installed, the corresponding Embark actions on the mini-buffer targets:
- =fdroid-install= (~i~) :: install the current package.
- =fdroid-uninstall= (~u~) :: uninstall the current package.