From a1d19df80d17148c4699fa9e37e62deb1e35b361 Mon Sep 17 00:00:00 2001 From: "LamTrinh.Dev" Date: Tue, 27 Aug 2024 16:23:41 +0700 Subject: [PATCH] Adding code block format for README.md (#4695) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eb0521e0b4..73992785d7 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ _These dependencies are free to use._ ### Linux & macOS -``` +```sh curl -s -L -o bitwarden.sh \ "https://func.bitwarden.com/api/dl/?app=self-host&platform=linux" \ && chmod +x bitwarden.sh @@ -54,7 +54,7 @@ curl -s -L -o bitwarden.sh \ ### Windows -``` +```cmd Invoke-RestMethod -OutFile bitwarden.ps1 ` -Uri "https://func.bitwarden.com/api/dl/?app=self-host&platform=windows" .\bitwarden.ps1 -install