Add line breaks
Some checks are pending
ci/woodpecker/pr/woodpecker Pipeline is pending approval

This commit is contained in:
Fabien Le Frapper 2025-03-23 20:39:25 +01:00
parent 97a0d1ed24
commit c1fcc1bbba

View file

@ -158,7 +158,7 @@ It will be available on http://localhost:9991.
#### How to get my admin password
On first Bottin's run, it is displayed in the logs.
On first Bottin's run, it is displayed in the logs.
You can easily find it by reading the container logs :
```sh
docker compose logs bottin | grep password:
@ -169,7 +169,7 @@ docker compose logs bottin | grep password:
#### Garage
⚠️ Be aware at this stage that your local Guichet installation is not 100% working, especially the websites features.
⚠️ Be aware at this stage that your local Guichet installation is not 100% working, especially the websites features.
You need to initialise Garage. It can be done in a few commands, coming from [the official Garage's documentation](https://garagehq.deuxfleurs.fr/documentation/quick-start/):
```sh