Skip to content

Commit

Permalink
Merge pull request #33 from jonx8/project_config
Browse files Browse the repository at this point in the history
Add installation guide
  • Loading branch information
jonx8 authored Jan 2, 2024
2 parents d15b3ef + 641fbe7 commit 1f9983d
Showing 1 changed file with 23 additions and 2 deletions.
25 changes: 23 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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```
4. **Created link to the petci.sh in /usr/bin [Recommended]**

```$ sudo ./install.sh```

0 comments on commit 1f9983d

Please sign in to comment.