diff --git a/README.md b/README.md
index ba5f07a..c66c6df 100644
--- a/README.md
+++ b/README.md
@@ -10,22 +10,24 @@
 
 ### installation
 
-Get code from repository:
+1. Get code from repository:
 ```
 git clone https://gitbucket.pgollor.de/git/docker/gitbucket.git
 cd gitbucket
 ```
 
-Generate new passwords for your databse!!!
+2. Generate new passwords for your databse!!!
 ```
 ./generate_password.sh
 ```
 
-Change the confoguration and start with:
+3. Change the confoguration and start with:
 ```
 docker-compose up -d
 ```
 
+4. Open `127.0.0.1:8080` and be habby. :-)
+
 
 ### configuration
 Please use the configuration file `gitbucket.conf` for your personal changes.