diff --git a/README.md b/README.md index 856aab018..d9203fcbb 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,16 @@ ![Table structure](https://www.adminer.org/static/screenshots/table.png) ## Installation + +``` +sudo dnf install -y php-mysqlnd # https://askubuntu.com/questions/599921/adminer-none-of-the-supported-php-extensions-mysqli-mysql-pdo-mysql-are-ava +make default +make +make server # by default the browser opens in `http://127.0.0.1:8000/`, so you'll want to navigate to `http://127.0.0.1:8000/adminer` instead +``` + +### Details + If downloaded from Git then run: `git submodule update --init` - `adminer/index.php` - Run development version of Adminer