فهرست منبع

Better composer instructions in the readme file.

Andrew Collington 9 سال پیش
والد
کامیت
0d75f64d86
1فایلهای تغییر یافته به همراه1 افزوده شده و 8 حذف شده
  1. 1 8
      README.md

+ 1 - 8
README.md

@@ -21,14 +21,7 @@ The overview will show you all the core information.  From here you'll be able t
 There are two ways to getting started using this gui.
 There are two ways to getting started using this gui.
 
 
 1. Simply to copy/paste or download the index.php to your server.
 1. Simply to copy/paste or download the index.php to your server.
-2. Install via composer by adding this to your composer.json file:
-```json
-{
-    "require": {
-        "amnuts/opcache-gui": "*"
-    }
- }
-```
+2. Install via composer by running the command `composer require amnuts/opcache-gui`
 
 
 If you want to set the configuration options just alter the array at the top of the script:
 If you want to set the configuration options just alter the array at the top of the script:
 ```php
 ```php