From 6c5bcb963382187cc78083c7a57681758bf977ec Mon Sep 17 00:00:00 2001 From: Tom Carman Date: Thu, 27 Jun 2024 17:40:38 +0100 Subject: [PATCH] docs: update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1286497..6415849 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,9 @@ Assuming you already have the [sf cli](https://developer.salesforce.com/tools/salesforcecli) installed, the plugin can be installed by running: -`sf plugins install sf-metadata-linter` +``` +sf plugins install sf-metadata-linter +``` Note: You'll be prompted that this is not officially code-signed by Salesforce - like any custom plugin. You can just accept this when prompted, or alternatively you can [whitelist it](https://developer.salesforce.com/docs/atlas.en-us.sfdx_setup.meta/sfdx_setup/sfdx_setup_allowlist.htm) @@ -30,7 +32,9 @@ Note: You'll be prompted that this is not officially code-signed by Salesforce - The plugin can be updated to the latest version using -`sf plugins update` +``` +sf plugins update +```