diff --git a/.drone.yml b/.woodpecker.yaml similarity index 72% rename from .drone.yml rename to .woodpecker.yaml index 9f0d2de..832885c 100644 --- a/.drone.yml +++ b/.woodpecker.yaml @@ -1,9 +1,5 @@ -kind: pipeline -type: docker -name: default - steps: - - name: install + - name: Composer install image: composer commands: - composer install diff --git a/README.md b/README.md index 9a354ab..178bba0 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,23 @@ -# encryption +# dataEncryptor +[![status-badge](https://woodpecker.hpz.pw/api/badges/1/status.svg)](https://woodpecker.hpz.pw/repos/1) + +### Installation + +Setup this registry in your ~/.composer/config.json file: + +```json +{ + "repositories": [{ + "type": "composer", + "url": "https://git.hpz.pw/api/packages/hpz937/composer" + } + ] +} +``` + +To install the package using Composer, run the following command: + +```bash +composer require hpz937/encryption:1.0.0 +```