From 7c3e15ee572258bcaba3d53b5b5c693047c02913 Mon Sep 17 00:00:00 2001 From: Sean Date: Sat, 28 Jun 2025 13:26:48 -0400 Subject: [PATCH] Fix readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d02d40c..5aa3bbd 100644 --- a/README.md +++ b/README.md @@ -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