Skip to content

Commit 2b1db9b

Browse files
committed
Update README
1 parent 8c46721 commit 2b1db9b

File tree

1 file changed

+21
-2
lines changed

1 file changed

+21
-2
lines changed

README.md

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,35 @@
11
# EnPHP Decoder
22

3-
## Installation & Usage
3+
## Installation
4+
5+
### Get It By Git Clone
6+
7+
You can get the code by git clone. And then install the dependencies by yourserlf with [Composer](http://getcomposer.org/).
48

59
```bash
610
git clone https://github.com/ganlvtech/php-enphp-decoder.git
711
cd php-enphp-decoder
812
composer install
9-
php bin/decode.php tests/assets/admin.php output.php
1013
```
1114

15+
### Download From GitHub Release
16+
17+
You can also download it from [GitHub Release](https://github.com/ganlvtech/php-enphp-decoder/releases).
18+
19+
Download the `zip` file and unzip them into a folder. All dependencies have been installed.
20+
21+
## Usage
22+
23+
```bash
24+
php bin/decode.php input.php output.php
25+
```
26+
27+
Call `bin/decode.php` decode `input.php` and save it to `output.php`.
28+
1229
## License
1330

31+
GNU GENERAL PUBLIC LICENSE Version 3
32+
1433
EnPHP Decoder
1534
Copyright (C) 2019 Ganlv
1635

0 commit comments

Comments
 (0)