From 4c8be88d3e39337e790918b8dddd40f29ba7b3c4 Mon Sep 17 00:00:00 2001 From: dnutiu Date: Thu, 25 Jan 2024 21:05:40 +0200 Subject: [PATCH] update readme.md: fix git clone --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index f73289b..30d836f 100644 --- a/readme.md +++ b/readme.md @@ -39,7 +39,7 @@ To run this bot on your Raspberry PI device you will need to: 1. Clone this repo: ```shell -git clone git@github.com:dnutiu/Nucu-RPG-Bot.git +git clone https://github.com/dnutiu/Nucu-RPG-Bot.git ``` 2. Install Python 3.11+. I use [pyenv](https://github.com/pyenv/pyenv/wiki).