From 0281bd626068cd60aad68b52c01683da6bbc6d8d Mon Sep 17 00:00:00 2001 From: mik-tf Date: Fri, 11 Oct 2024 15:59:23 +0000 Subject: [PATCH] updated readme with links to prereqs --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e799e35..5c5509f 100644 --- a/README.md +++ b/README.md @@ -29,10 +29,12 @@ Flist CLI is a tool that turns Dockerfiles and Docker images directly into Flist ### Prerequisites - [V programming language](https://vlang.io/) (latest version) installed on your system -- Docker Engine installed and running (Linux) -- Docker Desktop installed and running (MacOS+Windows) -- Docker Hub account -- TF Hub account and token +- [Docker Engine](https://docs.docker.com/engine/install/) installed and running (Linux) +- [Docker Desktop](https://www.docker.com/products/docker-desktop/) installed and running (MacOS+Windows) +- [Docker Hub](https://hub.docker.com/) account +- [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