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
-# 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
# Edit your configuration +$ vim .env+
# Start all container +$ docker-compose up
C:\devilbox
with Git for WindowsC:\devilbox\env-example
to C:\devilbox\.env
C:\devilbox\.env
-# Start all container
-C:\devilbox> docker-compose up
-
https://github.com/cytopia/devilbox
to C:\devilbox
with Git for WindowsC:\devilbox\env-example
to C:\devilbox\.env
C:\devilbox\.env
# Start all container +C:\devilbox> docker-compose up