summaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorAvi Halachmi (:avih) <avihpit@yahoo.com>2022-08-29 16:12:14 +0300
committerAvi Halachmi (:avih) <avihpit@yahoo.com>2022-08-29 16:12:14 +0300
commit383e54c100319a95e77d97372d0659d58ad8c582 (patch)
tree6c98d55d8651832f4883f7f4a5f90c80e7759a2d /README.rst
parent63c8454805b86a81f59e5e0f88e02f221d18bf06 (diff)
downloadmpv-build-383e54c100319a95e77d97372d0659d58ad8c582.tar.bz2
mpv-build-383e54c100319a95e77d97372d0659d58ad8c582.tar.xz
README: use correct rst code-quote (double-back-tick)
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index f24294f..3c05746 100644
--- a/README.rst
+++ b/README.rst
@@ -124,9 +124,9 @@ can also be added to the file, like so::
Instructions for Debian / Ubuntu package
========================================
-Run `./update` first. Note that the NAME_options files are respected - but may
+Run ``./update`` first. Note that the NAME_options files are respected - but may
conflict with the built-in Debian build options. For best results one should
-modify the Debian build only at the files `debian/rules` and `debian/control`.
+customize the build only via the files ``debian/rules`` and ``debian/control``.
To help track dependencies and installed files, there is the option to create a
Debian package containing the mpv binary and documentation. This is considered
@@ -157,7 +157,7 @@ where you must replace <version> with the version of mpv you just built (as
indicated in debian/changelog) and <architecture> with your architecture.
To keep your package up to date, simply repeat the above commands after running
-the `./update` script in the mpv-build root directory from time to time.
+the ``./update`` script in the mpv-build root directory from time to time.
Local changes to the git repositories
=====================================