From ca295910ca9e115a070424ead8340761b2ee26f8 Mon Sep 17 00:00:00 2001 From: hanez Date: Fri, 6 Jun 2025 21:41:02 +0200 Subject: [PATCH] README update. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8c2b6e5..64031b3 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ sudo su - cd /home - git clone https://github.com/hanez/rust-docker.git + git clone https://git.xw3.org/hanez/rust-docker or - git clone git@github.com:hanez/rust-docker.git + git clone git@git.xw3.org:hanez/rust-docker.git cd rust-docker docker build -t rusty . docker run -it --entrypoint /bin/bash rusty