Skip to content

Commit c2bd85b

Browse files
authored
Merge pull request #240 from kuraga/patch-2
Update README.rst: improvements
2 parents bbf943b + 5f8f2fc commit c2bd85b

1 file changed

Lines changed: 7 additions & 11 deletions

File tree

README.rst

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -52,27 +52,23 @@ driver, specify:
5252
Usage
5353
-----
5454

55-
We are going to assume that the user has a local git clone of the portage tree in
56-
57-
.. code-block:: console
58-
59-
/usr/local/git/gentoo
55+
We are going to assume that the user has a local git clone of the
56+
portage tree in ``/usr/local/git/gentoo``.
6057

6158
We have added a new ebuild and would like to verify that the build
62-
dependencies are all correct. We can build the package (ATOM) with:
59+
dependencies are all correct. We can build the package (``ATOM``) with:
6360

6461
.. code-block:: console
6562
6663
ebuildtester --portage-dir /usr/local/git/gentoo \
6764
--atom ATOM \
6865
--use USE1 USE2
6966
70-
where we have specified two USE flags, USE1 and USE2. The
71-
`ebuildtester` command will now create a docker container and start
72-
installing the ATOM. All specified dependencies will be installed as
67+
where we have specified two USE flags, ``USE1`` and ``USE2``. The
68+
``ebuildtester`` command will now create a docker container and start
69+
installing the ``ATOM``. All specified dependencies will be installed as
7370
well.
7471

75-
7672
Command line arguments
7773
----------------------
7874

@@ -136,7 +132,7 @@ The command understands the following command line arguments:
136132
--ccache CCACHE_DIR Path to mount that contains ccache cache
137133
--batch Do not drop into interactive shell
138134
139-
It is also possible to store default values in a toml configuration file at `~/.config/ebuildtester/config.toml`.
135+
It is also possible to store default values in a TOML configuration file at ``~/.config/ebuildtester/config.toml``.
140136
The next example shows all the configuration options that are currently available:
141137

142138
.. code-block:: toml

0 commit comments

Comments
 (0)