README: Fix code blocks
This commit is contained in:
parent
187f0ec278
commit
bd9e4ab140
11
README.rst
11
README.rst
@ -19,7 +19,7 @@ Adding the overlay manually
|
|||||||
You can clone the repository and create `/etc/portage/repos.conf/holgersson-overlay.conf`
|
You can clone the repository and create `/etc/portage/repos.conf/holgersson-overlay.conf`
|
||||||
with the following contents:
|
with the following contents:
|
||||||
|
|
||||||
.. ini
|
.. code-block:: ini
|
||||||
|
|
||||||
[holgersson-overlay]
|
[holgersson-overlay]
|
||||||
priority = 50
|
priority = 50
|
||||||
@ -32,7 +32,8 @@ Using eselect-repository
|
|||||||
|
|
||||||
Run eselect repository:
|
Run eselect repository:
|
||||||
|
|
||||||
.. sh
|
.. code:: shell
|
||||||
|
|
||||||
$ eselect repository enable holgersson-overlay
|
$ eselect repository enable holgersson-overlay
|
||||||
|
|
||||||
|
|
||||||
@ -41,12 +42,14 @@ Using layman
|
|||||||
|
|
||||||
Run layman from `app-portage/layman`:
|
Run layman from `app-portage/layman`:
|
||||||
|
|
||||||
.. sh
|
.. code:: shell
|
||||||
|
|
||||||
$ layman -a holgersson-overlay
|
$ layman -a holgersson-overlay
|
||||||
|
|
||||||
and optional for global updates:
|
and optional for global updates:
|
||||||
|
|
||||||
.. sh
|
.. code-block:: shell
|
||||||
|
|
||||||
$ layman -S
|
$ layman -S
|
||||||
$ emerge --sync
|
$ emerge --sync
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user