020151c7 by Joshua Tundag

update readme

1 parent 343e6dd1
Showing 1 changed file with 18 additions and 0 deletions
1 # BTFlags 1 # BTFlags
2 Flag Manager for Baytech Sites. 2 Flag Manager for Baytech Sites.
3 3
4 ## Installation
5
6 ```json
7 {
8 ...
9 "repositories": [
10 {
11 "type":"vcs",
12 "url": "https://gitlab.baytech.ph/janis/btflags.git"
13 }
14 ],
15 "require": {
16 ...,
17 "btrepo/flags": "dev-master"
18 }
19 }
20 ```
21
4 ## Define Flag Directory in your constants.php file 22 ## Define Flag Directory in your constants.php file
5 23
6 ```php 24 ```php
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!