diff --git a/README.md b/README.md index c683e938..33c5a1c3 100644 --- a/README.md +++ b/README.md @@ -88,34 +88,26 @@ Find documentation and help here Windows - + -
-# Get the Devilbox
-$ git clone https://github.com/cytopia/devilbox
+    
# Get the Devilbox
+$ git clone https://github.com/cytopia/devilbox
+
# Create docker-compose environment file
 $ cd devilbox
-
-# Create docker-compose environment file
-$ cp env-example .env
-
-# Edit your configuration
-$ vim .env
-
-# Start all container
-$ docker-compose up
+$ cp env-example .env +
# Edit your configuration
+$ vim .env
+
# Start all container
+$ docker-compose up
-
    -
  1. Clone https://github.com/cytopia/devilbox to C:\devilbox with Git for Windows
  2. -
  3. Copy C:\devilbox\env-example to C:\devilbox\.env
  4. -
  5. Edit C:\devilbox\.env
  6. -
  7. Open terminal on Windows and type:
  8. -
-
-# Start all container
-C:\devilbox> docker-compose up
-
+ 1. Clone https://github.com/cytopia/devilbox to C:\devilbox with Git for Windows

+ 2. Copy C:\devilbox\env-example to C:\devilbox\.env

+ 3. Edit C:\devilbox\.env

+ 4. Open a terminal on Windows and type:


+
# Start all container
+C:\devilbox> docker-compose up