@@ -32,7 +32,7 @@ Register the current path as a skipper project:
3232
3333``` bash
3434# No options, sane defaults will be used and you will be asked to confirm the main fields
35- skipper init
35+ skipper init
3636
3737# All fields can also be set via command line options
3838skipper init --host=[host] --name=[name] \
@@ -47,30 +47,32 @@ You will be asked to automatically install the default
4747
4848See [ Project] ( #project ) for details about each field.
4949
50- ----
50+ ---
51+
5152Start the project containers
5253
5354``` bash
5455skipper sail
5556```
5657
57- ----
58+ ---
5859
5960Stops the project containers
6061
6162``` bash
6263skipper dock
6364```
6465
65- ----
66+ ---
6667
6768Install caddy root certificate
6869
6970``` bash
7071skipper proxy:certs
7172```
7273
73- ----
74+ ---
75+
7476Once a project is running, skipper provides some useful commands to directly interact with it.
7577
7678``` bash
@@ -118,7 +120,7 @@ skipper compose [command]
118120```
119121
120122Basically, replace each ` docker-compose [command] ` with ` skipper compose [command] ` .
121- This is * required * because skipper attaches some options to the docker-compose command that are required, such as the
123+ This is _ required _ because skipper attaches some options to the docker-compose command that are required, such as the
122124name or the env file path.
123125
124126### Project
@@ -158,6 +160,8 @@ If you are developing skipper and you need to test your edits, you have two choi
158160
159161Now running ` composer global require tiknil/skipper ` your local version will be used instead of the published version.
160162
163+ See [ CONTRIBUTING.md] ( ./CONTRIBUTING.md ) for additional technical informations.
164+
161165### Troubleshooting
162166
163167#### Invalid SSL certificates on a new project
0 commit comments