Skip to content

Commit

Permalink
update readme for 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kmvan committed Jan 13, 2019
1 parent eada86a commit 372713c
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,19 @@ And the most important thing is that it's like 📱 **iPhone X/XS/XS Max/XR** !
- Access `x.php` via http browser.

## Required environment
- Compile environment: PHP 7.2+
- Compile environment: PHP 7.3+
- Production environment: PHP 5.3+
- Browser support: IE9/Chrome/Firefox/Edge
- Browser support: <del>IE9</del>/Chrome/Firefox/Edge
- OS support: Linux / Windows(basic)

## For development
- Star⭐ and **Fork**.
- Star and Fork.
- Fetch your project.
- Install node modules: `$ npm install`.
- Watch scripts: `$ npm run dev`.
- Generate composer vendor: `$ composer dumpautoload -o`.
- Code you mind.
- Compile **development**: `$ php ./Make.php dev`.
- Compile **production**: `$ php ./Make.php`.
- Compile **production**: `$ npm run build && php ./Make.php`.
- Access `./dist/prober.php` from HTTP browser.
- Enjoy it. 😄
- Pull Request.
Expand All @@ -44,7 +46,7 @@ And the most important thing is that it's like 📱 **iPhone X/XS/XS Max/XR** !
- Pull Request and thank you. 😘

## Note for participate in contribution
- Code compatible with IE9+ and PHP 5.3+
- Code compatible with PHP 5.3+

## Contributors
- Km.Van https://inn-studio.com
Expand Down

0 comments on commit 372713c

Please sign in to comment.