Skip to content

Commit cc8a2e8

Browse files
committed
Update README.md
1 parent 7856a89 commit cc8a2e8

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,23 @@ And the additional query has covered to create table
77
You can you this module for [Mojo::mysql](https://metacpan.org/pod/Mojo::mysql)
88
or [DBI](https://metacpan.org/pod/DBI).
99

10+
## How to Install :
11+
From Source :
12+
```bash
13+
git clone -b v0.6 [email protected]:CellBIS/CellBIS-SQL-Abstract.git
14+
perl Makefile.PL
15+
make && make test
16+
make install && make clean
17+
```
18+
with `cpan` command :
19+
```bash
20+
cpan -i CellBIS::SQL::Abstract
21+
```
22+
with `cpanm` command :
23+
```bash
24+
cpanm -i CellBIS::SQL::Abstract
25+
```
26+
1027
## Synopsis Module :
1128
```perl
1229
use CellBIS::SQL::Abstract

0 commit comments

Comments
 (0)