Update install guide
This commit is contained in:
parent
9e5fab8d7b
commit
3652dedd68
1 changed files with 10 additions and 9 deletions
19
README.org
19
README.org
|
@ -31,17 +31,18 @@ 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:
|
Gentoo support has been dropped for now, as I currently don't have a Gentoo system to build on.
|
||||||
#+BEGIN_SRC shell
|
|
||||||
git clone https://git.entheuer.de/emma/Wallman.git
|
|
||||||
doas eselect repository create wallman
|
|
||||||
doas cp -rf Wallman/distfiles/Gentoo/wallman /var/db/repos/
|
|
||||||
doas emerge -av wallman
|
|
||||||
#+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.
|
There is a PKGBUILD file provided in packaging/Arch. Do:
|
||||||
|
#+BEGIN_SRC shell
|
||||||
|
cp packaging/Arch/PKGBUILD ./
|
||||||
|
makepkg -si
|
||||||
|
mkdir ~/.config/wallman
|
||||||
|
cp /etc/wallman/sample_config.toml ~/.config/wallman/wallman.toml
|
||||||
|
#+END_SRC
|
||||||
|
Simply edit the config file and you're done.
|
||||||
|
I am currently working to get this into the AUR.
|
||||||
|
|
||||||
*** Others
|
*** Others
|
||||||
I will potentially write a version for nixpkgs and will also bundle wallman as a flatpak.
|
I will potentially write a version for nixpkgs and will also bundle wallman as a flatpak.
|
||||||
|
|
Loading…
Reference in a new issue