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
|
+ setuptools
|
||||||
+ build
|
+ build
|
||||||
|
|
||||||
** Installing with pip
|
|
||||||
Wallman is available on PYPI. Simply run:
|
|
||||||
#+BEGIN_SRC shell
|
|
||||||
pip install wallman
|
|
||||||
#+END_SRC
|
|
||||||
|
|
||||||
** Installing with package Manager
|
** Installing with package Manager
|
||||||
*** Gentoo
|
*** Gentoo
|
||||||
|
@ -42,11 +37,17 @@ doas emerge -av wallman
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
*** Arch Linux
|
*** Arch Linux
|
||||||
Support for Arch Linux will be added soon
|
Support for Arch Linux will be added soon.
|
||||||
|
|
||||||
*** 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.
|
||||||
|
|
||||||
|
** Installing with pip
|
||||||
|
Wallman is available on PyPI. Simply run:
|
||||||
|
#+BEGIN_SRC shell
|
||||||
|
pip install wallman
|
||||||
|
#+END_SRC
|
||||||
|
|
||||||
** Installing manually
|
** Installing manually
|
||||||
+ Clone this git repo
|
+ Clone this git repo
|
||||||
+ Create a log file and a configuration file:
|
+ Create a log file and a configuration file:
|
||||||
|
|
Loading…
Reference in a new issue