From 0917fa0702afcc9d0a554a053dab6a88f76603ab Mon Sep 17 00:00:00 2001 From: Kerem Yilmaz Date: Mon, 4 Mar 2024 11:28:51 -0800 Subject: [PATCH] Rename run script to run_skyvern.sh (#23) --- README.md | 2 +- run => run_skyvern.sh | 0 setup.sh | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename run => run_skyvern.sh (100%) diff --git a/README.md b/README.md index 3d27a985..83f56de4 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ Before you begin, make sure you have the following installed: ``` 1. Start the server ```bash - ./run.sh + ./run_skyvern.sh ``` 1. You can start sending requests to the server, but we built a simple UI to help you get started. To start the UI, run the following command: ```bash diff --git a/run b/run_skyvern.sh similarity index 100% rename from run rename to run_skyvern.sh diff --git a/setup.sh b/setup.sh index cf2c8e51..2c8ab756 100755 --- a/setup.sh +++ b/setup.sh @@ -52,8 +52,8 @@ setup_postgresql() { exit 1 fi brew install postgresql@14 - brew services start postgresql@14 fi + brew services start postgresql@14 if psql skyvern -U skyvern -c '\q'; then echo "Connection successful. Database and user exist."