From b8c736a7835ecac16eee8c48cb58cf00efea8e30 Mon Sep 17 00:00:00 2001 From: mark Date: Tue, 22 Nov 2022 20:59:46 +0100 Subject: [PATCH] update repo url. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4135160..2e13193 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ This assumes `/usr/bin` is on your `$PATH`: 1. Clone the repository. ```sh - git clone https://gitlab.com/m-hgn/snakify-rs.git + git clone https://gitlab.com/m-hgn/snakify.git ``` 2. Build the release executable. @@ -46,6 +46,6 @@ This assumes `/usr/bin` is on your `$PATH`: 4. Optional clean up ```sh - cd .. && rm -rf snakify-rs + cd .. && rm -rf snakify ```