Improve clarity
This commit is contained in:
parent
e3a3cd2077
commit
03596e0423
1 changed files with 2 additions and 1 deletions
|
@ -28,13 +28,14 @@ Wallman currently has three main features:
|
||||||
|
|
||||||
** Installing with package Manager
|
** Installing with package Manager
|
||||||
*** Gentoo
|
*** Gentoo
|
||||||
This program, as of now, can be installed very easily on gentoo. Just follow these instructions
|
This program, as of now, can be installed very easily on gentoo. Just follow these instructions:
|
||||||
#+BEGIN_SRC shell
|
#+BEGIN_SRC shell
|
||||||
git clone https://git.entheuer.de/emma/Wallman.git
|
git clone https://git.entheuer.de/emma/Wallman.git
|
||||||
doas eselect repository create wallman
|
doas eselect repository create wallman
|
||||||
doas cp -rf Wallman/distfiles/Gentoo/wallman /var/db/repos/
|
doas cp -rf Wallman/distfiles/Gentoo/wallman /var/db/repos/
|
||||||
doas emerge -av wallman
|
doas emerge -av wallman
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
A proper portage overlay will be created soon so that updates can be handled automatically.
|
||||||
|
|
||||||
*** Arch Linux
|
*** Arch Linux
|
||||||
Support for Arch Linux will be added soon.
|
Support for Arch Linux will be added soon.
|
||||||
|
|
Loading…
Reference in a new issue