update repo url.

This commit is contained in:
mark 2022-11-22 20:59:46 +01:00
parent 0b21738937
commit b8c736a783

View File

@ -31,7 +31,7 @@ This assumes `/usr/bin` is on your `$PATH`:
1. 1.
Clone the repository. Clone the repository.
```sh ```sh
git clone https://gitlab.com/m-hgn/snakify-rs.git git clone https://gitlab.com/m-hgn/snakify.git
``` ```
2. 2.
Build the release executable. Build the release executable.
@ -46,6 +46,6 @@ This assumes `/usr/bin` is on your `$PATH`:
4. 4.
Optional clean up Optional clean up
```sh ```sh
cd .. && rm -rf snakify-rs cd .. && rm -rf snakify
``` ```