From 669b1052fb4c466aff70e9c09292a1845930ec30 Mon Sep 17 00:00:00 2001 From: Benjamin Loison Date: Fri, 28 Jul 2023 01:10:24 +0200 Subject: [PATCH] Add syntax highlighting to `README.md` Signed-off-by: Benjamin Loison --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 2e82b87b0..839d5e364 100644 --- a/README.rst +++ b/README.rst @@ -62,7 +62,7 @@ Mac OS X Linux ----- -:: +.. code-block:: bash bash -c "$(curl -L https://raw.githubusercontent.com/oracle/oci-cli/master/scripts/install/install.sh)" @@ -76,7 +76,7 @@ Oracle Linux 7 Windows ------- -:: +.. code-block:: powershell powershell -NoProfile -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/oracle/oci-cli/master/scripts/install/install.ps1'))"