Fix Typos and improve structuring.
This commit is contained in:
parent
f509f0b696
commit
5a7b2fd43c
1 changed files with 7 additions and 6 deletions
13
README.org
13
README.org
|
@ -25,11 +25,6 @@ Wallman currently has three main features:
|
|||
+ setuptools
|
||||
+ build
|
||||
|
||||
** Installing with pip
|
||||
Wallman is available on PYPI. Simply run:
|
||||
#+BEGIN_SRC shell
|
||||
pip install wallman
|
||||
#+END_SRC
|
||||
|
||||
** Installing with package Manager
|
||||
*** Gentoo
|
||||
|
@ -42,11 +37,17 @@ doas emerge -av wallman
|
|||
#+END_SRC
|
||||
|
||||
*** Arch Linux
|
||||
Support for Arch Linux will be added soon
|
||||
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 with pip
|
||||
Wallman is available on PyPI. Simply run:
|
||||
#+BEGIN_SRC shell
|
||||
pip install wallman
|
||||
#+END_SRC
|
||||
|
||||
** Installing manually
|
||||
+ Clone this git repo
|
||||
+ Create a log file and a configuration file:
|
||||
|
|
Loading…
Reference in a new issue