chore: fix bad merge

refs #1080
This commit is contained in:
Arthur Meyre
2021-12-06 11:51:35 +01:00
parent e911fcb30a
commit 909c7930f6

View File

@@ -1,10 +1,3 @@
```{warning}
FIXME(arthur): to update if needed
```
```{warning}
FIXME(arthur): to add a new .md about pypy if needed
```
# Docker
## Setting up docker and X forwarding
@@ -54,6 +47,8 @@ Once you do that you can get inside the docker environment using the following c
```shell
make docker_build_and_start
# or equivalently but shorter
make docker_bas
```
After you finish your work, you can leave the docker by using the `exit` command or by pressing `CTRL + D`.