dev to main periodic update #71
| @@ -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. | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user