From 6c76ffbfe5e75e3a46db007ab9063a31cb7cabb7 Mon Sep 17 00:00:00 2001 From: Mik-TF Date: Tue, 14 May 2024 10:49:26 -0400 Subject: [PATCH] manual, test parsing hero mdbook vs mdbook --- .../grid3_javascript_installation.md | 30 ++++++++++++++----- 1 file changed, 23 insertions(+), 7 deletions(-) diff --git a/collections/developers/javascript/grid3_javascript_installation.md b/collections/developers/javascript/grid3_javascript_installation.md index 1fcd64e..99e3943 100644 --- a/collections/developers/javascript/grid3_javascript_installation.md +++ b/collections/developers/javascript/grid3_javascript_installation.md @@ -55,18 +55,34 @@ yarn add @threefold/grid_client To use the Grid Client locally, clone the repository then install the Grid Client: - Clone the repository - - ```bash + ```bash git clone https://github.com/threefoldtech/tfgrid-sdk-ts ``` - Install the Grid Client - With yarn - - ```bash - yarn install - ``` + ```bash + yarn install + ``` - With npm - - ```bash - npm install - ``` + ```bash + npm install + ``` + +--- + +- Clone the repository +```bash + git clone https://github.com/threefoldtech/tfgrid-sdk-ts +``` +- Install the Grid Client + - With yarn +```bash + yarn install +``` + - With npm +```bash + npm install +``` > Note: In the directory **grid_client/scripts**, we provided a set of scripts to test the Grid Client.