Skip to content

Commit

Permalink
Update readme with text and a short description
Browse files Browse the repository at this point in the history
  • Loading branch information
juanjol committed Aug 30, 2024
1 parent 3025c43 commit a1c9016
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
## Aljibe assistant
[![tests](https://github.com/Metadrop/ddev-aljibe-assistant/actions/workflows/tests.yml/badge.svg)](https://github.com/Metadrop/ddev-aljibe-assistant/actions/workflows/tests.yml)
![GitHub Release](https://img.shields.io/github/v/release/Metadrop/ddev-aljibe-assistant)

# WIP
# What is Aljibe assistant?

Aljibe-assistant is an addon in charge of interactively installing a Drupal project based on Aljibe.
Aljibe-assistant is an addon to add an interactive install process for a Drupal project based on Aljibe.

Check Aljibe project for the instructions: https://gitlab.metadrop.net/metadrop-group/ddev-aljibe

This addon is a work in progress.
Visit **[Aljibe ddev addon](https://github.com/Metadrop/ddev-aljibe)** to know more about Aljibe.
4 changes: 2 additions & 2 deletions tests/test.bats
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ teardown() {
ddev get metadrop/ddev-aljibe
ddev get ${DIR}
ddev restart >/dev/null
ddev aljibe-assistant --auto > &3
ddev aljibe-assistant --auto >&3
}

@test "install from release" {
Expand All @@ -36,5 +36,5 @@ teardown() {
ddev get metadrop/ddev-aljibe
ddev restart >/dev/null
# Do something useful here that verifies the add-on
ddev aljibe-assistant --auto > &3
ddev aljibe-assistant --auto >&3
}

0 comments on commit a1c9016

Please sign in to comment.