From f3df20e8839fea35c805bd1beb5c405a75e8c481 Mon Sep 17 00:00:00 2001 From: Reza Behzadan Date: Tue, 30 Jan 2024 04:22:38 +0330 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c91c25..c33976f 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Path: To build adhoc-server from source, clone the repository and use the provided `Makefile`. ```bash -git clone [repository-url] +git clone https://git.behzadan.ir/p/adhoc-server.git cd adhoc-server make all ```