Skip to content

Commit a774a87

Browse files
authored
Update README.md
1 parent 01608e4 commit a774a87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Before starting, you must decide if you are going to host a SQL Challenge event
1212

1313
The First step, if you are hosting or playing without a host, is to download the needed host files from the [Releases](https://github.com/Milnerrafe/SQL-Challenge/releases) on the right-hand side of GitHub, click on the latest one and find the link for the server bundle and download it. You will also need a MySQL server with a network addressable IP and an account with all privileges to give to your users. If you need a guide to set up a MySQL server [this is a good one](https://dev.mysql.com/doc/mysql-getting-started/en/), and as always, ChatGPT is your best friend.
1414

15-
Once you have downloaded and unzipped the host release and set up your MySQL server. Go to the [UV download page](https://docs.astral.sh/uv/getting-started/installation/) and download UV for your os. You can then run the shell script for the folder that you unzipped; if you do not want to download UV or run a shell script, you can run main.py and install its dependencies, and it will work fine. (Please note you will need the MySQL client downloaded on the server computer, as it is needed for the server to work.)
15+
Once you have downloaded and unzipped the host release and set up your MySQL server. Go to the [UV download page](https://docs.astral.sh/uv/getting-started/installation/) and download UV for your os. You can then run `uv run main.py` in the folder that you unzipped; if you do not want to download UV, you can run main.py and install its dependencies, and it will work fine. (Please note you will need the MySQL client downloaded on the server computer, as it is needed for the server to work.)
1616

1717
Once you have started the server, all you will need to do is help your players by referring to the [Host Manual](https://github.com/Milnerrafe/SQL-Challenge/blob/6457f36040748d78827a1e7f72cd82ccc61bcccc/Confidential%20Scenario%20Run%20Through.pdf). Those who are playing on their own are advised not to look at the manual, as it has many spoilers and answers.
1818

0 commit comments

Comments
 (0)