dev to main periodic update #71
@ -22,19 +22,19 @@ Make sure that you have at least Go 1.19 installed on your machine.
|
|||||||
## Steps
|
## Steps
|
||||||
|
|
||||||
* Create a new directory
|
* Create a new directory
|
||||||
* ```bash
|
```bash
|
||||||
mkdir tf_go_client
|
mkdir tf_go_client
|
||||||
```
|
```
|
||||||
* Change directory
|
* Change directory
|
||||||
* ```bash
|
```bash
|
||||||
cd tf_go_client
|
cd tf_go_client
|
||||||
```
|
```
|
||||||
* Creates a **go.mod** file to track the code's dependencies
|
* Creates a **go.mod** file to track the code's dependencies
|
||||||
* ```bash
|
```bash
|
||||||
go mod init main
|
go mod init main
|
||||||
```
|
```
|
||||||
* Install the Grid3 Go Client
|
* Install the Grid3 Go Client
|
||||||
* ```bash
|
```bash
|
||||||
go get github.com/threefoldtech/tfgrid-sdk-go/grid-client
|
go get github.com/threefoldtech/tfgrid-sdk-go/grid-client
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user