Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Yaroslav Voronoy committed Dec 9, 2016
1 parent a64724a commit 9103378
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,16 @@ Run docker containers on Mac OSX by using next command:
```
docker-sync-stack start
```
OR
OR you can use equivalent commands
```
docker-sync start
docker-compose -f docker-compose.yml -f docker-compose-dev.yml up -d
```
If you are on Linux
just run `docker-compose up`

Your Magento2 Environment is ready and available here: [http://127.0.0.1:8000/](http://127.0.0.1/)
Then next step you can open container and install Magento, see [How install a magento](#how-install-magento)
Your Magento2 Environment is ready and available here: [http://127.0.0.1:8000/](http://127.0.0.1/).
The next step you can open container and install Magento2.

### How install a magento
- When you run container your environment is ready on http://127.0.0.1:8000/
Expand Down

0 comments on commit 9103378

Please sign in to comment.