Skip to content

Commit

Permalink
docs: replace code block by literal block for link.
Browse files Browse the repository at this point in the history
  • Loading branch information
ederjc committed Sep 17, 2024
1 parent f2a4dcc commit ae2f95c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/installation-instructions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,10 @@ Integration in Arduino IDE
.. image:: img/preference.png
:width: 600

Paste the following URL into the *Additional boards manager URLs* input field under *File > Preferences* to add Infineon's XMC microcontroller boards to the Arduino IDE.
Paste the following URL into the *Additional boards manager URLs* input field under *File > Preferences* to add Infineon's XMC microcontroller boards to the Arduino IDE:

::

.. code-block:: shell
https://github.com/Infineon/XMC-for-Arduino/releases/latest/download/package_infineon_index.json

.. image:: img/preference_JSON.png
Expand Down

0 comments on commit ae2f95c

Please sign in to comment.