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 ```