From 00127c8d3fcf8161f276fba32db898f909bb7d64 Mon Sep 17 00:00:00 2001 From: lora <100950501+xlorax@users.noreply.github.com> Date: Sat, 11 Mar 2023 03:06:32 -0800 Subject: [PATCH] Update Readme.md --- Transformers/Readme.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Transformers/Readme.md b/Transformers/Readme.md index 0e043db..4d70608 100644 --- a/Transformers/Readme.md +++ b/Transformers/Readme.md @@ -63,13 +63,13 @@ mkdir tfsc Download New File ```bash cd tfsc -wget -c https://fastcdn.uscloudmedia.com/transformers/test/tfs_v0.20.1_7a9a151_devnet.tar.gz -O - | sudo tar -xz -chmod +x tfs_v0.20.1_7a9a151_devnet +wget -c https://fastcdn.uscloudmedia.com/transformers/test/tfs_v0.21.0_b011fcd_devnet -O - | sudo tar -xz +chmod +x tfs_v0.21.0_b011fcd_devnet ``` init config file, will generate new `config.json` ```bash -./tfs_v0.20.1_7a9a151_devnet +./tfs_v0.21.0_b011fcd_devnet ``` Setting your IP automatically to `config.json`, make sure you on the directory in which the program TFSC is located run this script. @@ -83,13 +83,13 @@ Running Node ```bash cd cd tfsc -./tfs_v0.20.1_7a9a151_devnet -m +./tfs_v0.21.0_b011fcd_devnet -m ``` Make your TFSC service on Background ```bash cd cd tfsc -screen -dmS tfsc bash -c './tfs_v0.20.1_7a9a151_devnet -m' +screen -dmS tfsc bash -c './tfs_v0.21.0_b011fcd_devnet -m' ``` To back your screen, to close without terminating `CTRL+A+D` ```bash