From 5dbe2c89b97939a2889645d9c7eac571f891d629 Mon Sep 17 00:00:00 2001 From: jonx8 <31346779+jonx8@users.noreply.github.com> Date: Sun, 1 Oct 2023 00:33:34 +0300 Subject: [PATCH 1/3] Add installation guide --- README.md | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 92c7cae..cfd5890 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,23 @@ # petCI -Simple continuous integration system on Java +# petCI +**petCI** - Simple continuous integration system on Java. + +## Requirements: +- JDK17 +- Linux + + +## Installation + +1. **Clone repository to your computer** + + ```$ git clone https://github.com/jonx8/petCI.git && cd petCI``` + +2. **Build** + ```$ ./mvnw package``` or + if you have Maven installed on your computer + ```$ mvn package``` +3. **Created link to the petci.sh in /usr/bin [Recommended]** + + ```$ sudo ./install.sh``` + From 9bf2eb601b74ce0249b5a09085345b438f37f79c Mon Sep 17 00:00:00 2001 From: Andrei Malykh <31346779+jonx8@users.noreply.github.com> Date: Sun, 1 Oct 2023 00:34:40 +0300 Subject: [PATCH 2/3] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index cfd5890..9f7b588 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,3 @@ -# petCI # petCI **petCI** - Simple continuous integration system on Java. From 641fbe76b3309fc661e3583d023192e426b83d19 Mon Sep 17 00:00:00 2001 From: Andrei Malykh <31346779+jonx8@users.noreply.github.com> Date: Sun, 1 Oct 2023 00:35:09 +0300 Subject: [PATCH 3/3] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f7b588..3e4ad3f 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,10 @@ 2. **Build** ```$ ./mvnw package``` or + if you have Maven installed on your computer ```$ mvn package``` -3. **Created link to the petci.sh in /usr/bin [Recommended]** +4. **Created link to the petci.sh in /usr/bin [Recommended]** ```$ sudo ./install.sh```