Skip to content

Commit

Permalink
Format README.md
Browse files Browse the repository at this point in the history
- Remove non-standard characters which will have rendering issues on various systems.
- Wrap the directory tree structure inside code block for better visibility
  • Loading branch information
hasantayyar authored Dec 20, 2023
1 parent 89ca871 commit 8fa6487
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,16 +72,18 @@ that are listed in the ESL website. The builders folder contains two main
Dockerfiles per package to build that behave as the entry point for both main
distros, centos and debian. Like so:

 .
├──  elixir_debian.Dockerfile
├──  elixir_fedora.Dockerfile ⇒ elixir_centos.Dockerfile
```
.
├── elixir_debian.Dockerfile
├── elixir_fedora.Dockerfile ⇒ elixir_centos.Dockerfile
...
├── erlang_centos.Dockerfile
├── erlang_rockylinux.Dockerfile ⇒ erlang_centos.Dockerfile
├── erlang_centos.Dockerfile
├── erlang_rockylinux.Dockerfile ⇒ erlang_centos.Dockerfile
...
├── mongooseim_debian.Dockerfile
└── mongooseim_ubuntu.Dockerfile ⇒ mongooseim_debian.Dockerfile
├── mongooseim_debian.Dockerfile
└── mongooseim_ubuntu.Dockerfile ⇒ mongooseim_debian.Dockerfile
...
```

The others are just symbolic links. Meaning that if we want to implement a new
builder a first good step would be to copy the main centos or debian Dockerfiles
Expand Down

0 comments on commit 8fa6487

Please sign in to comment.