manual, test parsing hero mdbook vs mdbook

This commit is contained in:
Mik-TF 2024-05-14 10:49:26 -04:00
parent 4b4e871c88
commit 6c76ffbfe5

View File

@ -55,18 +55,34 @@ yarn add @threefold/grid_client
To use the Grid Client locally, clone the repository then install the Grid Client: To use the Grid Client locally, clone the repository then install the Grid Client:
- Clone the repository - Clone the repository
- ```bash ```bash
git clone https://github.com/threefoldtech/tfgrid-sdk-ts git clone https://github.com/threefoldtech/tfgrid-sdk-ts
``` ```
- Install the Grid Client - Install the Grid Client
- With yarn - With yarn
- ```bash ```bash
yarn install yarn install
``` ```
- With npm - With npm
- ```bash ```bash
npm install 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. > Note: In the directory **grid_client/scripts**, we provided a set of scripts to test the Grid Client.