Skip to content

Commit 58ded10

Browse files
committed
chore: update README with link to documentation
1 parent f26d3c3 commit 58ded10

File tree

1 file changed

+3
-33
lines changed

1 file changed

+3
-33
lines changed

README.md

Lines changed: 3 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -21,40 +21,10 @@ By participating in this project and its community, you are expected to
2121
uphold this code.
2222

2323

24-
## Installation
24+
## Installation and Usage
2525

26-
TBD
27-
28-
``` bash
29-
git clone https://github.com/php-ecma-intl/ext.git ext
30-
cd ext
31-
phpize
32-
./configure --enable-ecma_intl
33-
make
34-
make install
35-
```
36-
37-
Add the following to your `php.ini` file:
38-
39-
```ini
40-
extension=ecma_intl
41-
```
42-
43-
44-
<!--
45-
## Usage
46-
47-
Provide a brief description or short example of how to use this library.
48-
If you need to provide more detailed examples, use the `docs/` directory
49-
and provide a link here to the documentation.
50-
51-
``` php
52-
use Ecma\Example;
53-
54-
$example = new Example();
55-
echo $example->greet('fellow human');
56-
```
57-
-->
26+
[The documentation](https://ecma-intl.ramsey.dev/) provides information on how
27+
to install and use pecl/ecma_intl. View the documentation at: [ecma-intl.ramsey.dev](https://ecma-intl.ramsey.dev/).
5828

5929

6030
## Contributing

0 commit comments

Comments
 (0)