updated readme with links to prereqs

This commit is contained in:
mik-tf 2024-10-11 15:59:23 +00:00
parent fc2d2643fe
commit 0281bd6260

View File

@ -29,10 +29,12 @@ Flist CLI is a tool that turns Dockerfiles and Docker images directly into Flist
### Prerequisites ### Prerequisites
- [V programming language](https://vlang.io/) (latest version) installed on your system - [V programming language](https://vlang.io/) (latest version) installed on your system
- Docker Engine installed and running (Linux) - [Docker Engine](https://docs.docker.com/engine/install/) installed and running (Linux)
- Docker Desktop installed and running (MacOS+Windows) - [Docker Desktop](https://www.docker.com/products/docker-desktop/) installed and running (MacOS+Windows)
- Docker Hub account - [Docker Hub](https://hub.docker.com/) account
- TF Hub account and token - [TF Hub](https://hub.grid.tf/) account and token
Read more on the TF Hub and Flist on the ThreeFold Manual [here](https://manual.grid.tf/documentation/developers/flist/flist.html).
### Building and Installing ### Building and Installing