a149b705 by Joshua Tundag

update readme

1 parent 020151c7
...@@ -3,6 +3,8 @@ Flag Manager for Baytech Sites. ...@@ -3,6 +3,8 @@ Flag Manager for Baytech Sites.
3 3
4 ## Installation 4 ## Installation
5 5
6 In your `composer.json` add:
7
6 ```json 8 ```json
7 { 9 {
8 ... 10 ...
...@@ -19,7 +21,9 @@ Flag Manager for Baytech Sites. ...@@ -19,7 +21,9 @@ Flag Manager for Baytech Sites.
19 } 21 }
20 ``` 22 ```
21 23
22 ## Define Flag Directory in your constants.php file 24 ## Define Flag Directory
25
26 In your `constants.php` file add:
23 27
24 ```php 28 ```php
25 define('FLAGS_DIR', '<Desired directory to store flags.json file>'); 29 define('FLAGS_DIR', '<Desired directory to store flags.json file>');
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!