From 8fa648799bd6ac3fa76c22b9135ee10469bc596b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hasan=20Tayyar=20Be=C5=9Fik?= Date: Wed, 20 Dec 2023 13:38:19 +0100 Subject: [PATCH] Format README.md - Remove non-standard characters which will have rendering issues on various systems. - Wrap the directory tree structure inside code block for better visibility --- README.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 78409cc..f11185b 100644 --- a/README.md +++ b/README.md @@ -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