Skip to content

Commit

Permalink
Dollar sign removal from README
Browse files Browse the repository at this point in the history
  • Loading branch information
lchrusciel committed Oct 22, 2024
1 parent 1f785be commit 5b4da1f
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,21 +19,21 @@

### Traditional
```bash
$ wget http://getcomposer.org/composer.phar
$ php composer.phar create-project sylius/sylius-standard project
$ cd project
$ yarn install
$ yarn build
$ php bin/console sylius:install
$ symfony serve
$ open http://localhost:8000/
wget http://getcomposer.org/composer.phar
php composer.phar create-project sylius/sylius-standard project
cd project
yarn install
yarn build
php bin/console sylius:install
symfony serve
open http://localhost:8000/
```

For more detailed instruction please visit [installation chapter in our docs](https://docs.sylius.com/en/latest/book/installation/installation.html).

### Docker
```bash
$ cp compose.override.dist.yml compose.override.yml
$ make setup
$ open http://localhost:9000/
cp compose.override.dist.yml compose.override.yml
make setup
open http://localhost:9000/
```

0 comments on commit 5b4da1f

Please sign in to comment.