info_tfgrid/collections/developers/tfrobot/tfrobot_installation.md

36 lines
933 B
Markdown
Raw Normal View History

2024-04-29 17:49:02 +00:00
<h1>Installation</h1>
<h2>Table of Contents</h2>
- [Introduction](#introduction)
- [Installation](#installation)
***
## Introduction
This section covers the basics on how to install TFROBOT (`tfrobot`).
TFROBOT is available as binaries. Make sure to download the latest release and to stay up to date with new releases.
## Installation
To install TFROBOT, simply download and extract the TFROBOT binaries to your path.
- Create a new directory for `tfgrid-sdk-go`
```
mkdir tfgrid-sdk-go
cd tfgrid-sdk-go
```
- Download latest release from [releases](https://github.com/threefoldtech/tfgrid-sdk-go/releases)
2024-05-14 15:33:41 +00:00
```
2024-04-29 17:49:02 +00:00
wget https://github.com/threefoldtech/tfgrid-sdk-go/releases/download/v0.14.4/tfgrid-sdk-go_Linux_x86_64.tar.gz
```
- Extract the binaries
2024-05-14 15:33:41 +00:00
```
2024-04-29 17:49:02 +00:00
tar -xvf tfgrid-sdk-go_Linux_x86_64.tar.gz
```
- Move `tfrobot` to any `$PATH` directory:
2024-05-14 15:33:41 +00:00
```
2024-04-29 17:49:02 +00:00
mv tfrobot /usr/local/bin
```