Update README.md

This commit is contained in:
Reza Behzadan 2024-01-30 04:22:38 +03:30
parent 0f054d4bb7
commit f3df20e883

View File

@ -25,7 +25,7 @@ Path:
To build adhoc-server from source, clone the repository and use the provided `Makefile`. To build adhoc-server from source, clone the repository and use the provided `Makefile`.
```bash ```bash
git clone [repository-url] git clone https://git.behzadan.ir/p/adhoc-server.git
cd adhoc-server cd adhoc-server
make all make all
``` ```