aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjaseg <code@jaseg.net>2021-04-05 14:02:37 +0200
committerjaseg <code@jaseg.net>2021-04-05 14:02:37 +0200
commit89da2b3664ec75cf5de1e5d7ee48acd0f2847df8 (patch)
treec9ac8e900a53dd648a42b88495ddf395b745023e
parentee580d164292076af2d1b399e019f8376f682569 (diff)
downloadgerbolyze-89da2b3664ec75cf5de1e5d7ee48acd0f2847df8.tar.gz
gerbolyze-89da2b3664ec75cf5de1e5d7ee48acd0f2847df8.tar.bz2
gerbolyze-89da2b3664ec75cf5de1e5d7ee48acd0f2847df8.zip
Fix README rst
-rw-r--r--README.rst25
1 files changed, 13 insertions, 12 deletions
diff --git a/README.rst b/README.rst
index 66c01b7..b042183 100644
--- a/README.rst
+++ b/README.rst
@@ -128,19 +128,20 @@ macOS (via Homebrew)
~~~~~~~~~~~~~~~~~~~~
.. code-block:: shell
- # Tested on a fresh Mac OS 10.15.7 Catalina installation
- # Requires homebrew. To install, run:
- # /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"\n
- # --> Now, restart the terminal app to load new $PATH from /etc/paths <--
-
- brew install python3 rustup pugixml cairo pango opencv pkg-config
-
- rustup-init
- cargo install usvg
-
- pip3 install git+https://git.jaseg.de/pcb-tools-extension.git
- pip3 install gerbolyze --no-binary gerbolyze
+ # Tested on a fresh Mac OS 10.15.7 Catalina installation
+
+ # Requires homebrew. To install, run:
+ # /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"\n
+ # --> Now, restart the terminal app to load new $PATH from /etc/paths <--
+
+ brew install python3 rustup pugixml cairo pango opencv pkg-config
+
+ rustup-init
+ cargo install usvg
+
+ pip3 install git+https://git.jaseg.de/pcb-tools-extension.git
+ pip3 install gerbolyze --no-binary gerbolyze
Build from source (any distro)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~