From 80fbabab10de2ed301f22778b871eb5cb08fc335 Mon Sep 17 00:00:00 2001 From: Mik-TF Date: Tue, 14 May 2024 11:30:30 -0400 Subject: [PATCH] manual, parsing devs tfcmd --- collections/developers/tfcmd/tfcmd_basics.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/collections/developers/tfcmd/tfcmd_basics.md b/collections/developers/tfcmd/tfcmd_basics.md index 8816eea..2edecb3 100644 --- a/collections/developers/tfcmd/tfcmd_basics.md +++ b/collections/developers/tfcmd/tfcmd_basics.md @@ -21,17 +21,17 @@ TFCMD is available as binaries. Make sure to download the latest release and to An easy way to use TFCMD is to download and extract the TFCMD binaries to your path. - Download latest release from [releases](https://github.com/threefoldtech/tfgrid-sdk-go/releases) - - ``` - wget - ``` + ``` + wget + ``` - Extract the binaries - - ``` - tar -xvf - ``` + ``` + tar -xvf + ``` - Move `tfcmd` to any `$PATH` directory: - ```bash - mv tfcmd /usr/local/bin - ``` + ``` + mv tfcmd /usr/local/bin + ``` ## Login