Skip to content

Commit

Permalink
[docs] Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Mtze committed Dec 7, 2021
1 parent 554e9a5 commit 71e9c75
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,27 @@ _To be tested:_
- firewall role

# Installation
## Installation via ansible-galaxy:

Not possible yet - We're working on it!

## Installation via git:

### Manual install:

## Installation via ansible-galaxy:
```
ansible-galaxy collection install git+https://github.com/ls1intum/artemis-ansible-collection.git,main
```

Not possible yet - We're working on it!
### Install via requirements file:

Add the following to your ansible requirements:
```
collections:
- name: https://github.com/ls1intum/artemis-ansible-collection.git
type: git
version: main # You can also specify a spcific version here!
```

## Install dependencies

Expand Down

0 comments on commit 71e9c75

Please sign in to comment.