Skip to content

Commit 1390f3e

Browse files
authored
Update README.md
1 parent e56c6ff commit 1390f3e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,10 @@ Installation
1818
------------
1919

2020
### Docker (PHP built-in server)
21-
1. Run once `docker build -t mongodb-php-gui .` at project's root directory.
22-
2. Run `docker run -it -p 5000:5000 mongodb-php-gui` at project's root directory.
23-
3. Open your browser at this address: http://127.0.0.1:5000/ to access GUI.
21+
1. Clone current repository.
22+
2. Run once `docker build -t mongodb-php-gui .` at project's root directory.
23+
3. Run `docker run -it -p 5000:5000 mongodb-php-gui` at project's root directory.
24+
4. Open your browser at this address: http://127.0.0.1:5000/ to access GUI.
2425

2526
### Apache HTTP server
2627
1. Clone current repository in Apache Web root directory or setup a virtual host.

0 commit comments

Comments
 (0)