manual: fixing parsing #70
| @@ -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 <binaries_url> | ||||
|     ``` | ||||
|   ``` | ||||
|   wget <binaries_url> | ||||
|   ``` | ||||
| - Extract the binaries | ||||
|   - ``` | ||||
|     tar -xvf <binaries_file> | ||||
|     ``` | ||||
|   ``` | ||||
|   tar -xvf <binaries_file> | ||||
|   ``` | ||||
| - Move `tfcmd` to any `$PATH` directory: | ||||
|     ```bash | ||||
|     mv tfcmd /usr/local/bin | ||||
|     ``` | ||||
|   ``` | ||||
|   mv tfcmd /usr/local/bin | ||||
|   ``` | ||||
|  | ||||
| ## Login | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user