From ec97e99635ed2edfafd9bc0aed207c880bccf94b Mon Sep 17 00:00:00 2001 From: ArrayIterator Date: Fri, 10 Nov 2023 15:25:26 +0700 Subject: [PATCH] add composer dev-main install note --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 568908e..3089c57 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,14 @@ Support [PSR-6: Caching Interface](https://www.php-fig.org/psr/psr-6/). - Function `focksopen` enabled & allowed outbond connection to port `53` - Network Connectivity (_Absolutely!_) +## Installing + +Currently, in development: + +```bash +composer require arrayaccess/dns-client:dev-main +``` + ## Note The [RRTypes](src/ResourceRecord/RRTypes) not completed yet,