diff --git a/README.md b/README.md index 4f5cb4d..fe1a6b3 100644 --- a/README.md +++ b/README.md @@ -82,14 +82,44 @@ info="EVM Track" ./build/tracks create-station --tracks "$accountAddressArray" --accountName "$accountName" --accountPath "$accountPath" --jsonRPC "$jsonRPC" --info "$info" --bootstrapNode "$bootstrapNode" ``` -## Step 8: Start the Tracks +## Step 8: Service Settings -Finally, start the node to begin interacting with the Tracks blockchain. +```shell +tee /etc/systemd/system/tracksd.service > /dev/null <