You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-12Lines changed: 2 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
[](https://github.com/ddev/ddev-adminer/actions/workflows/tests.yml)
1
+
[](https://github.com/ddev/ddev-adminer/actions/workflows/tests.yml)
2
2
3
3
# DDEV Adminer Service
4
4
@@ -16,20 +16,10 @@ AdminerEvo works with MySQL, MariaDB, PostgreSQL, SQLite, MS SQL, Oracle, Elasti
16
16
17
17
## Installation
18
18
19
-
For DDEV v1.23.5 or above run
20
-
21
-
```sh
22
-
ddev add-on get ddev/ddev-adminer
23
-
```
24
-
25
-
For earlier versions of DDEV run
26
-
27
19
```sh
28
-
ddev get ddev/ddev-adminer
20
+
ddev add-on get ddev/ddev-adminer&& ddev restart
29
21
```
30
22
31
-
Afterward run `ddev restart`
32
-
33
23
Then you can just `ddev adminer` or use `ddev describe` to get the URL (`https://<project>.ddev.site:9101`).
0 commit comments