README: Add info about MELPA

This commit is contained in:
Milan Zamazal 2022-07-26 20:00:57 +02:00
parent 115a8a89a3
commit ae7a95230f
1 changed files with 10 additions and 8 deletions

View File

@ -18,14 +18,9 @@ discuss anything.
pipewire-0 currently requires presence of PipeWire command line tools, pipewire-0 currently requires presence of PipeWire command line tools,
namely [[https://docs.pipewire.org/page_man_pw_cli_1.html][pw-cli]] and [[https://docs.pipewire.org/page_man_pw_metadata_1.html][pw-metadata]]. namely [[https://docs.pipewire.org/page_man_pw_cli_1.html][pw-cli]] and [[https://docs.pipewire.org/page_man_pw_metadata_1.html][pw-metadata]].
To install pipewire-0, put the *.el files to a site-lisp directory and You can install pipewire-0 from [[https://melpa.org/#/pipewire][MELPA]]. If you use [[https://github.com/radian-software/straight.el][straight.el]] and
add the following line to your Emacs configuration: prefer using source repos directly, you can install pipewire-0 as
follows:
#+begin_src elisp
(require pipewire)
#+end_src
Or if you use [[https://github.com/radian-software/straight.el][straight.el]], you can install pipewire-0 as follows:
#+begin_src elisp #+begin_src elisp
(straight-use-package (straight-use-package
@ -34,6 +29,13 @@ Or if you use [[https://github.com/radian-software/straight.el][straight.el]], y
:local-repo "pipewire-0")) :local-repo "pipewire-0"))
#+end_src #+end_src
To install pipewire-0 manually, put the *.el files to a site-lisp
directory and add the following line to your Emacs configuration:
#+begin_src elisp
(require pipewire)
#+end_src
** User interface ** User interface
=M-x pipewire= enters a buffer with PipeWire objects: =M-x pipewire= enters a buffer with PipeWire objects: