Fix readme

This commit is contained in:
2025-06-28 13:26:48 -04:00
parent ec3b14efa3
commit 7c3e15ee57

View File

@@ -5,7 +5,7 @@
b) Check that MarketData is not running any tasks... ps xa | grep MarketData. mks might be running but that should be all
b) Open Folder ARM64 and do dotnet clean followed by dotnet build
c) Locate the build files in /home/pi/ARM64/MarketData/MarketData/bin/Debug/net8.0
d) Dackup the /opt/MarketData/MarketData files into /opt/MarketData/MarketData_Rollback
d) Backup the /opt/MarketData/MarketData files into /opt/MarketData/MarketData_Rollback
e) Delete all but the logs folder from the /opt/MarketData/MarketData folder
f) Copy files from /home/pi/ARM64/MarketData/MarketData/bin/Debug/net8.0 into /opt/MarketData/MarketData
g) Restart cron service.. sudo service cron restart