From 942ae44fd6ef039875398bf409c2e254b3c9e06f Mon Sep 17 00:00:00 2001 From: arefsa78 Date: Thu, 25 Apr 2024 01:53:07 -0230 Subject: [PATCH 1/2] ssh -> http for clone --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ab81d1f..0ab7790 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ In this page, we will show the simplest way to start a game. ### Clone the repository ```bash -git clone git@github.com:CLSFramework/playmaker-server-python.git +git clone https://github.com/CLSFramework/playmaker-server-python.git cd playmaker-server-python ``` From a748140d5315cd7180e57e017d086917709dd11a Mon Sep 17 00:00:00 2001 From: arefsa78 Date: Thu, 25 Apr 2024 02:18:59 -0230 Subject: [PATCH 2/2] chmod for rcssserver --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0ab7790..e801dc1 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,7 @@ The server should be run before the soccer-simulation-proxy agents. ```bash cd rcssserver +chmod 777 rcssserver-x86_64.AppImage ./rcssserver-x86_64.AppImage ```