From 4cdd303273d9ba2efc1f4db9b90d15aadb548d1f Mon Sep 17 00:00:00 2001 From: RinRi-D Date: Mon, 27 Jul 2020 16:46:36 +0000 Subject: [PATCH] one more time --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f7cbe4d..94c814a 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,10 @@ # Installation -Clone the repository. Make setup.sh executable and run it: +Clone the repository and make setup.sh executable and run it: ```shell +git clone https://git.rinri-d.xyz/rinri/cpsrc.git +cd cpsrc chmod +x setup.sh ./setup.sh ```