Skip to content

Commit f0a3549

Browse files
authored
Update README.md
added description how to download phpminiadmin.php file directly or with `wget`
1 parent 79299f4 commit f0a3549

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
![](http://phpminiadmin.sourceforge.net/img/scr_select.gif)
22

3-
[other screenshots are here](https://sourceforge.net/projects/phpminiadmin/#screenshots)
3+
[other screenshots](https://sourceforge.net/projects/phpminiadmin/#screenshots)
44

55
## How to Install
6-
- Download phpminiadmin.php file
6+
- Download [phpminiadmin.php](https://raw.github.com/osalabs/phpminiadmin/master/phpminiadmin.php) file
7+
- example: `wget https://raw.github.com/osalabs/phpminiadmin/master/phpminiadmin.php`
78
- Copy/Upload it to your webserver public directory (www or public_html or whatever...)
8-
- Open in your browser http:// yoursite.com/phpminiadmin.php
9+
- Open in your browser `http://yoursite.com/phpminiadmin.php`
910

10-
For additional security you may edit phpminiadmin.php file and set some password (see $ACCESS_PWD variable)
11+
For additional security you may edit phpminiadmin.php file and set some password (see `$ACCESS_PWD` variable)
1112

1213
## Config file (optional)
1314

0 commit comments

Comments
 (0)