From 8ff53b7e896d6cc7cfd106233c12a9d218f46180 Mon Sep 17 00:00:00 2001 From: Fabien Taillon Date: Tue, 26 Sep 2023 14:55:00 +0200 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1416b80..0d627a9 100644 --- a/README.md +++ b/README.md @@ -14,17 +14,17 @@ Texeï's plugin for sfdx ### Install as plugin -Install plugin: sf plugins install texei-sfdx-plugin +Install plugin: `sf plugins install texei-sfdx-plugin` ### Install from source Install the SF CLI. -Clone the repository: git clone https://github.com/texei/texei-sfdx-plugin.git +Clone the repository: `git clone https://github.com/texei/texei-sfdx-plugin.git` -Install npm modules: npm install +Install npm modules: `npm install` -Link the plugin: sf plugins link ./ +Link the plugin: `sf plugins link ./` ## Documentation