Skip to content

Commit f3dca64

Browse files
authored
Update README.md
1 parent 6b16e9f commit f3dca64

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,24 +6,24 @@ This README does not aim to explain Symfony binary, if you want more details you
66

77
# Installation 💾
88

9+
pomdok is the only thing you have to install, the symfony binary will be automatically installed if not present on your computer.
10+
911
## Mac
1012

11-
You can install this binary through [Homebrew](https://brew.sh/index_fr):
13+
You can install this binary through [Homebrew](https://brew.sh/):
1214

1315
```bash
1416
brew tap jolicode/pomdok git@github.com:jolicode/pomdok.git
1517
brew install pomdok
1618
```
1719

18-
Or you can follow linux way below 👇
19-
2020
## Linux
2121

2222
Download [last release](https://github.com/jolicode/pomdok/releases), extract it and you'll have the binary. I suggest you to put it in `/usr/local/bin/` to be easier to use but you can do whatever you want 🤷
2323

2424
# Getting started 🚀
2525

26-
First you need a configuration file that we call `pomdok.yaml` in your project root as following:
26+
First, you need a configuration file that we call `pomdok.yaml` in your project root as following:
2727
```yaml
2828
pomdok:
2929
tld: 'test'
@@ -36,7 +36,7 @@ pomdok:
3636
path: '/apps/back-office'
3737
```
3838
39-
You'll need atleast `tld` field and one project to have a valid configuration.
39+
You'll need at least `tld` field and one project to have a valid configuration.
4040

4141
To init `pomdok` for your project run:
4242
```bash
@@ -57,7 +57,7 @@ pomdok stop
5757
## Symfony related
5858
5959
To make pomdok works, we're using symfony CLI. Some setup on this side is needed:
60-
- You have to setup Symfony CLI proxy (you can find how on [this slide](https://speakerdeck.com/fabpot/symfony-local-web-server-dot-dot-dot-reloaded?slide=32))
60+
- You have to setup Symfony CLI proxy (you can find how on [this slide](https://speakerdeck.com/fabpot/symfony-local-web-server-dot-dot-dot-reloaded?slide=32) or on the [official documentation](https://symfony.com/doc/current/setup/symfony_server.html#setting-up-the-local-proxy))
6161
- And to install Symfony CLI certificate authority through `symfony local:server:ca:install`
6262
6363
# Troubleshooting 🤕

0 commit comments

Comments
 (0)