Skip to content
Snippets Groups Projects
Commit 24657e0b authored by Grzegorz Rola's avatar Grzegorz Rola
Browse files

Feature/readme

parent 60a744d8
No related branches found
No related tags found
No related merge requests found
[![pipeline status](https://gitlab.com/wpdesk/wp-notice/badges/master/pipeline.svg)](https://gitlab.com/wpdesk/wp-notice/pipelines)
[![coverage report](https://gitlab.com/wpdesk/wp-notice/badges/master/coverage.svg)](https://gitlab.com/wpdesk/wp-notice/commits/master)
[![coverage report](https://gitlab.com/wpdesk/wp-notice/badges/master/coverage.svg?job=integration+test+lastest+coverage)](https://gitlab.com/wpdesk/wp-notice/commits/master)
[![Latest Stable Version](https://poser.pugx.org/wpdesk/wp-notice/v/stable)](https://packagist.org/packages/wpdesk/wp-notice)
[![Total Downloads](https://poser.pugx.org/wpdesk/wp-notice/downloads)](https://packagist.org/packages/wpdesk/wp-notice)
[![Latest Unstable Version](https://poser.pugx.org/wpdesk/wp-notice/v/unstable)](https://packagist.org/packages/wpdesk/wp-notice)
......@@ -34,10 +34,10 @@ require_once 'vendor/autoload.php';
## Manual instalation
If you do not wish to use Composer, you can download the latest release. Then, to use the Notices, include the init.php file.
If you do not wish to use Composer, you can [download the latest release](https://gitlab.com/wpdesk/wp-notice/-/jobs/artifacts/master/download?job=library). Then, to use the Notices, include the init.php file.
```php
require_once('/path/to/notice/src/notice-init.php');
require_once('/path/to/wp-desk/wp-notice/init.php');
```
## Getting Started
......
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment