Skip to content

Commit 1cb8770

Browse files
committed
Updated README
1 parent 74d09ee commit 1cb8770

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,14 @@ Hey there! **BanglaString** is willing to be the full featured, all in all, "Ben
1111
composer require mirazmac/bangla-string
1212
```
1313

14+
### Manual Install
15+
16+
Download the latest release from [Releases](https://github.com/mirazmac/BanglaString/releases). Extract and require **src/autoload.php** in your code. But it's highly recommended to use [Composer](http://getcomposer.org).
17+
18+
```php
19+
require 'src/autoload.php';
20+
```
21+
1422

1523

1624
## Supported Translators
@@ -41,5 +49,4 @@ require 'vendor/autoload.php';
4149
use MirazMac\BanglaString\BanglaString;
4250
$wizard = new BanglaString('Rvbvi Av?Q A?bK wKQz!');
4351
echo $wizard->toAvro();
44-
```
45-
52+
```

0 commit comments

Comments
 (0)