From 946cfb250b63dea071064e0d0b8fd0da312b3d44 Mon Sep 17 00:00:00 2001 From: mcarman Date: Thu, 1 Jun 2023 15:12:37 +0000 Subject: [PATCH] --- Update-project-on-Server.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Update-project-on-Server.md b/Update-project-on-Server.md index f072321..26d2b84 100644 --- a/Update-project-on-Server.md +++ b/Update-project-on-Server.md @@ -11,5 +11,5 @@ To update Server 8. Once build completes restart the fueling service in supervisor on the web. If the project does not build you may need to update the swift version used. If so use these two commands -echo "export PATH=/usr/share/swift/usr/bin:$PATH" >> ~/.zshrc +echo "export PATH=/home/mcarman/swift-5.8-RELEASE-ubuntu20.04/usr/bin:$PATH" >> ~/.zshrc source ~/.zshrc