Add documentation on packaging.
This commit is contained in:
parent
3329eef36f
commit
f509f0b696
1 changed files with 14 additions and 1 deletions
15
README.org
15
README.org
|
@ -32,7 +32,20 @@ pip install wallman
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
** Installing with package Manager
|
** Installing with package Manager
|
||||||
Versions in the AUR and an ebuild for Gentoo will be added soon. A flatpak and Nixpkgs version are on the horizon, too.
|
*** Gentoo
|
||||||
|
This program, as of now, can be installed very easily on gentoo. Just follow these instructions
|
||||||
|
#+BEGIN_SRC shell
|
||||||
|
git clone https://git.entheuer.de/emma/Dotfiles.git
|
||||||
|
doas eselect repository create wallman
|
||||||
|
doas cp -rf Wallman/distfiles/Gentoo/wallman /var/db/repos/
|
||||||
|
doas emerge -av wallman
|
||||||
|
#+END_SRC
|
||||||
|
|
||||||
|
*** Arch Linux
|
||||||
|
Support for Arch Linux will be added soon
|
||||||
|
|
||||||
|
*** Others
|
||||||
|
I will potentially write a version for nixpkgs and will also bundle wallman as a flatpak.
|
||||||
|
|
||||||
** Installing manually
|
** Installing manually
|
||||||
+ Clone this git repo
|
+ Clone this git repo
|
||||||
|
|
Loading…
Reference in a new issue