From a7838ce8d0c3d98c644578c41eb20b97be3e14d9 Mon Sep 17 00:00:00 2001 From: hamilcarBarca17 Date: Wed, 8 Mar 2023 15:45:05 -0700 Subject: [PATCH] Updated README --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 88f7e6a..1d5c430 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,11 @@ Modify the following properties in the [cloud-gaming-on-ec2](cdk/bin/cloud-gamin | `SUBNET_AVAILABILITY_ZONE` | The availability zone of the subnet you provided | ## Running the application -To run the application, simply run the `cloud-gaming.sh` script in the root directory and follow all instructions/menu choices and the script will take care of everything else! +To run the application, simply run +```shell +./cloud-gaming.sh +``` +from the root directory and follow all instructions/menu choices and the script will take care of everything else! ## Debugging The scripts output logs to `/tmp/cloud-gaming.log` for easy debugging and auditing.