summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorDavid P <megver83@parabola.nu>2020-08-26 21:24:03 -0400
committerDavid P <megver83@parabola.nu>2020-08-26 21:24:03 -0400
commite0378a878770e31bfdb99c9dfe3db629849106e0 (patch)
tree67929ddb9f4381af356a49e16c8d14ae10389b19 /README.rst
parent0d5c488921e1911a5ebaf5d1a9ac3eeb1e72b188 (diff)
README.rst: change some example paths
Signed-off-by: David P <megver83@parabola.nu>
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 fb9a82f..94c2377 100644
--- a/README.rst
+++ b/README.rst
@@ -85,20 +85,20 @@ Run the following to boot the iso using BIOS:
.. code:: bash
- run_parabolaiso -i path/to/an/parabola.iso
+ run_parabolaiso -i path/to/a/parabola.iso
Run the following to boot the iso using UEFI:
.. code:: bash
- run_parabolaiso -u -i path/to/an/parabola.iso
+ run_parabolaiso -u -i path/to/a/parabola.iso
The script can of course also be executed from this repository:
.. code:: bash
- ./scripts/run_parabolaiso.sh -i path/to/an/parabola.iso
+ ./scripts/run_parabolaiso.sh -i path/to/a/parabola.iso
Installation
============